PBSmodelling (version 2.68.8)

getWinAct: Retrieve the Last Window Action

Description

Get a string vector of actions (latest to earliest).

Usage

getWinAct(winName)

Value

String vector of recorded actions (latest first).

Arguments

winName

name of window to retrieve action from

Author

Alex Couture-Beil, Vancouver Island University, Nanaimo BC

Details

When a function is called from a GUI, a string descriptor associated with the action of the function is stored internally (appended to the first position of the action vector). A user can utilize this action as a type of argument for programming purposes. The command getWinAct()[1] yields the latest action.