Functions Documentation
View Function Edit Function
Name scrShowPane
Syntax (scrShowPane screen string)
Argument List screen: The current screen.
string: The name of the pane you want to navigate to.
Returns condition: True is successful.
Category screen
Description Navigates to the named pane.
Example
(scrShowPane gScreen "GoodLuck")

Navigates to the pane named GoodLuck.
Comment Basic screen function allowing you to go between panes.