garr_all

Purpose:

Display all active array variables in the CyFlex system including their values or filter them based on a provided string pattern.

Enter:

garr_all [pattern]

Where:

pattern

Optional. Specify a string to filter array variable names; only variables containing this string will be displayed.

Example:

garr_all
The above displays all the array variables and the associated values.

garr_all my_vrbl
The above displays all the values for array variable containing ‘my_vrbl’ within the variable name.

Notes:

Ensure the system is properly configured for shared memory access as this command relies on it.

See Also:

CyFlex Variables, Units, and Computed Expressions, Array Variables