PageShuffleList

Comma-separated list of page modules to cycle between. Do not specify page titles. This list must contain the declared module name for each page, which can be obtained from AppRoot.SRC or (in most cases) from the name of the source code file holding that page.

For example, the Overview page is declared as Overview in AppRoot.SRC and is also the name of the source code file:

  [ (PAGES)
    Overview Module "Pages\Overview.SRC";
  ]

(Code snippet from AppRoot.SRC of most applications)

 

Section: System

Default: PageShuffleList =

Example:

PageShuffleList = Page1,Page2("TagName"),Page3

- where Page2 has its first parameter set to TagName