Posts: 24
Threads: 2
Joined: Sep 2011
Mic,
From the manual, don't know if this helps
IFERR
IFERR commands1 THEN commands2 END; Executes sequence of commands1 . If an error occurs during execution of commands1, executes sequence of commands2.
IFERR ELSE
IFERR commands1 THEN commands2 ELSE commands3 END; Executes sequence of commands1 . If an error occurs during execution of commands1, executes sequence of commands2. Otherwise, execute sequence of commands3
Seems only to check for an error condition, can't find anything about any specific codes
Cheers,
Terje
Edited: 1 Dec 2013, 4:12 a.m.