Introduction
This section summarizes all functions processing variables. The functions are categorized into the following:
- Obtaining information about the variables
Procedures and Functions Provided:
Check if variable is existing:
existing
existing and valid
existing here
existing here and valid
Copy values to multiple variables or table entries:
copy
identify
Identify scope of variable:
scope
Get variable name:
name
Exchange two values:
exchange
Protect variables:
protect
protect recursive
Delete variables:
delete
Delete variable members, Delete array and structure members:
delete members
Array functions:
insert members
Create new variables as global variables:
global
Define local variables when writing:
local
Make regional variables accessible in functions called:
regional
Array functions:
dim
redim
dim protect
redim protect
array
array protect
Structure functions:
structure
structure protect
member count
weight
weight profile
depth
Changing between structures and arrays:
structure to array
structure to array recursive
array to array structure
array to structure
Read variable members into sets:
variable members
variable names
Loading and saving variables using JSON:
variable load
json to variable
variable save
variable to json
Release references to variables:
release
release all
Access resident attributes:
attribute delete
attribute listing
attribute modify
attribute read
attribute remove
attribute write