Versions Compared

Key

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

...

  • Adding a page break between variable groups to increase the speed as only the code on each page is executed (see the Layout tab on the Variable Group Update page).
  • Utilizing local variables in place of repeating a condition with a StudyTRAX Variable Code.
  • Implementing a global variable to track the current state, thus hiding or disabling will be executed only if the state changes.  To implement a global variable, set the global variable before the main function. 
    Note

    A StudyTRAX variable cannot be used as a global variable before the main function.

...