Sculptor system variablesΒΆ

Sculptor system variables are temporary fields pre-defined in Sculptor. They are automatically declared in every program, and may not be redeclared. They have the prefix sys. Some are read-only, some can be updated.

General system variables can be used anywhere in a Sculptor program.

Report system variables can be used in !report sections only.

The following manifest constants, useful when setting the state of system variables, are defined in the standard include file $SCULPTOR/include/sculptor.h:

ON

1

OFF

0

TRUE

1

FALSE

0

Certain system variables have the type and size a0 and the flag v (variable length).The actual length of these is set to the length of the text they reference.


RELATED TOPICS

General system variables

Internet system variables