If..Else..EndIf
Execute command(s) if the NTinfo main or filter window is not empty
If statements can not be nested.
If
Criteria
statement 1
...
statement x
EndIf
OR
If
Criteria
statement 1
...
statement x
Else
statement y
EndIf
OR
If
Criteria
Else
statement y
EndIf
Criteria
Options: Main | Filter
Main - execute statements if the main window contains data (rows>0)
Filter - execute statements if the filter window contains data (rows>0)