{currenthelptext} {product} {helptype} {viewcore}
Example - Option Explicit Statement
Option Explicit
Sub Main
Print y ‘because y is not explicitly dimmed an error will occur.
End Sub