Using variables declared in a macro to define nominals later in the code. The variables are showing as RED in the Inspector window. When the variable is switched to a real number, it works. How can the variables be used successfully?
The variable was being defined from a FEATURE definition. The use of variables is not supported in FEATURE definitions. Must use real values.
Notes