SET THE TEXT T AS THE CAPTION OF THE SYSTEM OBJECT NUMBER N
ACTION
The command CAPTION N,T set the text T (generally a small text as explanation) as caption of the system object designated by its number N.
The system object is of type : ALPHA, BUTTON, CHECK, FORM, SUB_MENU, OPTION, CONTAINER_OPTION.
SYNTAX:
CAPTION N,T
USE ERROR EXAMPLE
rem create a BUTTON
button 1
rem give it a caption
caption 1,"Compute"
CAPTION
CAPTION N,T
SEE ALSO
ALPHA
BUTTON
CHECK
OPTION