AboutWinWrapBasic Instruction

Syntax
AboutWinWrapBasic [Timeout]
Group
Miscellaneous
Description
Show the WinWrap Basic about box.
Parameters Description
Timeout This numeric value is the maximum number of seconds to show the about box. A value less than or equal to zero displays the about box until the user closes it. If this value is omitted then a three second timeout is used.

Sub Main
    AboutWinWrapBasic
End Sub