Command Reference
:
Programming Language Reference
statusline
Support Commands
Send a text message to the EViews status line.
Syntax
statusline
string
Example
for !i = 1 to 10
statusline Iteration !i
next