E.)
Else Condition tree must be closed with an ENDIF Example: If (GetDigital(D0) = 1) Print(Yes) Else Print(No) EndIf
Exec( EXE/Bat File, [parameters] ) Executes a windows application or batch file. The second parameter is a list of optional parameters Example: Exec(C:\Windows\Notepad.exe) Example: Exec(C:\Windows\Notepad.exe, C:\MyFile.txt)