{currenthelptext} {product} {helptype} {viewcore}
Example - Month Function
Sub Main
MyDate = "03/03/96"
print MyDate
x = Month(MyDate)
print x
End Sub