SET THE TEXT T TO BE DISPLAYED BY THE SYSTEM OBJECT NUMBER N
ACTION
The command TEXT N,T set the text T displayed by the system object designated by its number N.
The system object is an EDIT or a COMBO.
SYNTAX:
TEXT N,T
USE ERROR EXAMPLE
rem create an EDIT
edit 1
rem set the text to be displayed
text 1,"Enter the value"
TEXT
TEXT N,T
SEE ALSO
EDIT
COMBO