{currenthelptext} {product} {helptype} {viewcore}
Example - Now Function
Sub Main() Dim Today Today = Now MsgBox "Today is: " & TodayEnd Sub