{currenthelptext} {product} {helptype} {viewcore}
Example - Fix Function
Sub Main()
Dim MySize
MySize = Fix(4.345)
Print MySize
End Sub