Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ~ Tilde is the reserved character to indicate the private nature of an element such as ~privateLetVariable or ~PrivateCustomFunction, $~privateScriptVariable or $$~PRIVATE.GLOBAL.VARIABLE.

Reserved variable names

  • $checkScriptName is a reserved variable for Script parameter custom functions
  • $$TEMP is a reserved name for a temporary global variable. Never used to store persistent data.

...