Control Architect Help Documentation
×
Menu
Index

Custom Variables

 
Control Architect defines a set of predefined variables that can be used in a <Constant> type source property binding.  A custom variable is specified in the format of $(VariableName) where VariableName is a name that is predefined.
 

Custom Predefined Variable Names

 
The following list of predefined variable names can be used as the default value in a <Constant> type source property binding:
 
ControlBinding Template References
 
 
ControlConversion Template References
 
 

Notes

 
When using a Custom Variable in a Control binding, specify the variable in the Default value of the binding in the format of $(CCT_EXCELFILENAME).  The variable name must be enclosed within the characters $(...).
 
The example below shows 3 constant type property bindings that when evaluated will retrieve the content of the specified custom predefined variable and assign it to the target property value.