Programming 675
Check Syntax &
Store
Check Syntax & Store Finds syntax errors and tries to put the
cursor near the first error. If no errors,
stores current function or program.
Check Syntax Finds syntax errors and tries to put the
cursor near the first error.
Define Variables
Local Inserts Local.
Define Inserts
Define.
Delete Variable Inserts
DelVar.
Func...EndFunc Inserts
Func...EndFunc template.
Prgm...EndPrgm Inserts
Prgm...EndPrgm template.
Lock Inserts
Lock, unLock, or getLockInfo().
Control
If Inserts If statement.
If...Then...EndIf Inserts
If...Then...EndIf template.
If...Then...Else...EndIf Inserts
If...Then...Else...EndIf template.
ElseIf...Then Inserts
ElseIf...Then template.
For...EndFor Inserts
For...EndFor template.
While...EndWhile Inserts
While...EndWhile
template.
Loop...EndLoop Inserts
Loop...EndLoop
template.
Try...Else...EndTry Inserts
Try...Else...EndTry template.
ClrErr Inserts
ClrErr.
PassErr Inserts
PassErr.