9.0

104
Private Consts, Declares, Functions, Propertys, Subs and Types are only available in the current macro/module.
Public Keyword
Group
Declaration
Description
Public Consts, Declares, Functions, Propertys, Subs and Types in a module are available in all other
macro
s/modules that access it.
AboutWinWrapBasic Instruction
Syntax
AboutWinWrapBasic [Timeout]
Group
Miscellaneous
Description
Show the WinWrap Basic about box.
Parameter Description
Timeout This numeric value is the maximum number of seconds to show the about box. A
value less than or e
q
ual to zero dis
p
la
y
s the about box until the user closes it. If this
value is omitted then a three second timeout is used.
Example
Sub Main
AboutWinWrapBasic
End
Sub
Abs Function
Syntax
Abs(Num)
Group
Math