{currenthelptext} {product} {helptype} {viewcore}
Example - AppActivate Statement
Sub Main ()
AppActivate "Microsoft Word"
SendKeys "%F,%N,Cypress Enable",True
Msg = "Click OK to close Word"
MsgBox Msg
SendKeys "%F,%C,N", True
End Sub