MESSAGE Command
MESSAGE — Display message on statusbar.
Synopsis
MESSAGE data_ref [data_ref...]
Introduction
The MESSAGE command displays a message
on the statusbar. Any currently present messages displayed will be
overwritten.
Arguments
data_ref
|
Any single data reference, including hard coded strings and
numeric values.
|
Example
. . .
. . .
MESSAGE "Record has been updated."
. . .
. . .