{currenthelptext} {product} {helptype} {viewcore}
Example - Space Function
' This sample shows the space function
Sub Main
MsgBox "Hello" & Space(20) & "There"
End Sub