CLEARS THE CONTENT OF THE SYSTEM OBJECT NUMBER N
ACTION
The command CLEAR N clears the content of the system object designated by its number N.
The system object is of type : MEMO, COMBO, LIST, MEMO_RICH, DLIST, HVIEWER, SYNEDIT.
SYNTAX:
CLEAR N
USE ERROR EXAMPLE
rem create a MEMO
memo 1
rem fill it with a line
item_add 1,"Hello !"
rem wait 1 second
wait 1000
rem clear its content
clear 1
CLEAR
CLEAR N
SEE ALSO
MEMO
COMBO
LIST
MEMO_RICH
DLIST
HVIEWER
SYNEDIT