Function StrScreen() Foundation

Displays a screen string at the specified position.

Syntax
StrScreen( <cScreenString>, ;
           [<nRow>]       , ;  // Default: Row()
           [<nColumn>]      ;  // Default: Col()
         ) --> cNullString
Description

A "screen string" contains characters to be displayed and their color attributes. The color attributes are found at odd positions in the string.

Note: The cursor position remains unchanged when calling StrScreen().

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.