MAKES INVISIBLE THE SYSTEM OBJECT NUMBER N
ACTION
The command HIDE N makes invisible the system object designated by its number N.
In the case of SYNEDIT, the command HIDE makes invisible the line numbers (gutter) after the command SYNEDIT_TARGET_IS_GUTTER. By default or after the command SYNEDIT_TARGET_IS_OBJECT, the command HIDE makes invisible the object SYNEDIT.
SYNTAX:
HIDE N
USE ERROR EXAMPLE
rem create a BUTTON
button 1
rem wait for 1 second
wait 1000
rem hide it
hide 1
rem wait 1 second
wait 1000
rem show it again
show 1
HIDE
HIDE N
SEE ALSO
SHOW