|
Previous Top Next |
The SBCompileVars is a queue type that is used in the SetupBuilder class to store compiler variables and new values to update those variables with during the compiling process.
SBCompileVars QUEUE,TYPE
VariableName CString(101)
VariableValue CString(2049)
QuoteValue Byte
END
See also: