{currenthelptext} {product} {helptype} {viewcore}
Example - Str Function
Sub main ()
Dim msg
a = -1
msgBox "Num = " & Str(a)
MsgBox "Abs(Num) =" & Str(Abs(a))
End Sub