SECRET_OFF

SECRET_OFF N

THE SYSTEM OBJECT NUMBER N DISPLAYS ITS TEXT CLEARLY

  • Type: Command
  • Parameter: 1
  • Group: System Objects

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

  • N = system object number (integer or real). Must be greater than 0 and less than or equal to the allowed maximum number of system objects.

USE

  • The command SECRET_OFF is used to display clearly the text of an EDIT.

ERROR

  • If number N is not a correct expression.
  • If number N exceeds the allowed maximum number of system objects.
  • If number N is less than 0.
  • If system object number N does not exist.
  • If number N is not the number of an EDIT.

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

SEE ALSO

EDIT

SECRET_ON