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