WaitCursor

From NSB App Studio
Revision as of 20:07, 14 September 2012 by Admin (talk | contribs) (→‎Output)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

WaitCursor true|false

Description

Set WaitCursor to true to display a wait cursor. The design of the cursor depends on the device. Set it to false to turn the waitcursor off again.

Example

Rem WaitCursor Example
WaitCursor TRUE
Sleep 5000
WaitCursor FALSE

Output