{currenthelptext} {product} {helptype} {viewcore}
Example - Weekday Function
Sub Main()
x = Weekday(#5/29/1959#)
Print x
End Sub