Edit Code Window
Edit Code Options
Revert to default - Reloads the code from the original component code file.
OK - Saves the new customized code into the Flowcode project file.
Cancel - Reverts to the last set of code used.
% Substitutions
Many Flowcode components have a % symbol followed by a small string eg %a dotted around in the component code.
These % symbols are used by Flowcode to make substitutions based on property pages and other factors such as clock speed.
In the final Flowcode C code output file the % substitutions are replaced with actual data.
A list of the substitutions for each component can be found at the top of each component code file along with a brief description of what the substitution is doing.