QSysProtected Function (ROM Call 0x88)

vat.h

short QSysProtected (ESQ Tag);

Checks if a given tag represents a system-protected variable type.

QSysProtected returns TRUE if the given tag (see Tags for more info) is the tag of a system protected data type, i.e. a program/function (FUNC_TAG), assembly program (ASM_TAG), text file (TEXT_TAG), graph database (GDB_TAG), picture (PIC_TAG), data variable (DATA_TAG), or custom file (OTH_TAG). Otherwise, QSysProtected returns FALSE.


Used by: VarStore, cmd_fill, cmd_sorta, cmd_sortd, VarStoreLink, ROM Call 0x438


See also: VarStore