Progress
Language Reference


IS-ATTR-SPACE Function

Interfaces
OS
SpeedScript
All
All
No

This function is supported only for backward compatibility.

SYNTAX

IS-ATTR-SPACE 

EXAMPLE

This procedure displays a message indicating whether the current terminal is space-taking.

r-isattr.p
DEFINE VARIABLE termtype AS LOGICAL FORMAT "spacetaking/non-spacetaking".
 
termtype = IS-ATTR-SPACE.

DISPLAY "You are currently using a" termtype NO-LABEL "terminal"
      WITH FRAME d1 CENTERED ROW 5. 

NOTE

If you run Progress in batch mode, IS-ATTR-SPACE returns the unknown value.

SEE ALSO

TERMINAL Statement


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