EchoStatus()
Display a message on the application's statusbar.
Syntax
EchoStatus(<xMessage>) --> TRUE
Arguments
<xMessage> --> the text message to display.
Returns
This function always returns TRUE.
Description
Displays a text message on CAPITAL's status bar.
Example
* Display the message "Hello World"
EchoStatus('Hello World')
____________________________
Related Topics: