BRINGS THE SYSTEM OBJECT NUMBER N (FORM) TO FOREGROUND
ACTION
The command TO_FOREGROUND N brings to foreground the system object designated by its number N.
The system object must be a FORM.
SYNTAX:
TO_FOREGROUND N
USE ERROR EXAMPLE
rem create a FORM
form 1
rem send it to background
to_background 1
rem wait for 1 second
wait 1000
rem bring it to foreground
to_foreground 1
TO_FOREGROUND
TO_FOREGROUND N
SEE ALSO
TO_BACKGROUND