Variables

Variables are split into 4 subgroups

Global

All global variables ( Set( ) ) listed with:

  • Variable (name)

  • Type (Global)

  • Count_Set (How often Set)

  • Count_Used (How often referenced/used)

Local

All local variables ( UpdateContext( ) listed with:

  • Variable (name)

  • Type (Global)

  • Count_Set (How often Set)

  • Count_Used (How often referenced/used)

Collections

All collections (Collect( ) / ClearCollect( ) ) listed:

  • Name

  • Used_Count (How often referenced/used)

Formulas

All On Start Name Formulas

Last updated