{currenthelptext} {product} {helptype} {viewcore}
Example - TimeValue Function
Sub Main
Dim MTime
MTime = TimeValue("12:25:27 PM")
Print MTime
End Sub