Navigation:  Templates > Template Language Reference > Defaults and Template Data >====== Defaults and Template Data C6H0068.jpg ====== Previous pageReturn to chapter overviewNext page

Default Data and Code

#WINDOWS (default window structures)

#REPORTS (default report structures)

#LOCALDATA (default local data declarations)

#GLOBALDATA (default global data declarations)

#DEFAULT (default procedure starting point)

Symbol Management Statements

#DECLARE (declare a user-defined symbol)

#ALIAS (access a symbol from another instance)

#EQUATE (declare and assign value to a user-defined symbol)

#ADD (add to multi-valued symbol)

#DELETE (delete a multi-valued symbol instance)

#DELETEALL (delete multiple multi-valued symbol instances)

#PURGE (delete all single or multi-valued symbol instances)

#CLEAR (clear single-valued symbol)

#FREE (free a multi-valued symbol)

#FIX (fix a multi-value symbol)

#FIND (super-fix multi-value symbols)

#SELECT (fix a multi-value symbol)

#POP (delete and re-fix a multi-value symbol)

#SET (assign value to a user-defined symbol)

#UNFIX (unfix a multi-value symbol)