THE SYSTEM OBJECT NUMBER N DISPLAYS ITS TEXT CLEARLY
ACTION
The command SECRET_OFF N displays clearly the text of the system object designated by its number N.
The system object is an EDIT.
By default, the characters of an EDIT are displayed clearly.
SYNTAX:
SECRET_OFF N
USE ERROR EXAMPLE
rem create an EDIT
edit 1
rem display a text
text 1,"Hello"
wait 1000
rem make it secret
secret_on 1
wait 1000
rem make it clear
secret_off 1
SECRET_OFF
SECRET_OFF N
SEE ALSO
EDIT
SECRET_ON