{currenthelptext} {product} {helptype} {viewcore}
Example - Day Function
Sub Main
Dim MDate, MDay
MDate = #May 29, 1959
MDay = Day(MDate)
Print "The Day listed is the " & MDay
End Sub