Progress
Language Reference


MESSAGE-LINES Function

Interfaces
OS
SpeedScript
All
All
No

Returns the number of lines in the message area at the bottom of the window.

SYNTAX

MESSAGE-LINES 

EXAMPLE

The following example displays a message on each available message line.

r-messl.p
DEFINE VARIABLE i AS INTEGER.

DO i = 1 TO MESSAGE-LINES:
   MESSAGE "This is message line" i.
END. 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095