Administrative functions > Files used by Quantum > Variables file
 
Variables file
A variables file may be used when the user needs to increase the number of C, T or X variables or to set up named variables for use in the Quantum program. The file may contain up to 300 definitions including those for C, T and X variables.
The file contains lines of the form:
data data_var_name size[s]
int int_var_name size[s]
real real_var_name size[s]
Type s after the variable’s size if you want to be able to omit the parentheses from references to single cells in the variable.
The name of the variables file is:
Windows
variables
UNIX
variable
For more information about naming and creating variables, see Creating new variables.
See also
Files used by Quantum