Naming Restrictions
The names of dynamic variables and dynamic variable spaces must not contain symbols, punctuation, or whitespace, except for period (.
), underscore (_
), space (
), and hyphen (-
). To check if a character is unable to be used in a dynamic variable name, one can use the Is Symbol, Is Punctuation, and Is White Space ProtoFlux nodes, taking care of the three exceptions above.