Description: This statement draws a layered text label in a window.
Returns: Nothing
Usage: Steady State
Format: ZText(Left, Bottom, Value, Color, Font)
Parameters: Left { numeric } { required } { no default: }
Any numeric expression for the left side coordinate of the text.
Bottom { numeric } { required } { no default: }
Any numeric expression for the bottom side coordinate of the text.
Value { text } { required } { no default: }
Any text expression to display on the screen.
Color { numeric } { required } { no default: }
Any numeric expression for the text color.
Font { numeric } { required } { no default: }
Any expression for the font value to use. 0 may be used to get the default system font that is a 8 by 8 fixed font.
Comments: Although this is a layered graphic, it cannot be edited using the toolbar. It is for use within text mode editing only.
Example:
ZText(100, 100 { Lower left corner of text },
"Hello World" { Text to display },
15 { Text is white },
0 { Use default font });
This places the string "Hello World" on the screen at (100, 100) with white text in the system font.
See Also: