Discuss this page on this pages TalkPage

scrShowScreen

See scrShowScreen at Xelerus

Syntax (scrShowScreen screen string [string])
Arguments screen: The current screen.
string: The name of the screen you want to navigate to.
[string]: which pane to display from the screen.
Returns condition: True is successful.
Category screen
Description Navigates to the named screen.

Example

(scrShowScreen gScreen "Introduction")

Navigates to the screen named Introduction. Return to Functions list