Hi,
How to use IFERR function ? What are the different error codes ?
Thank you
IFERR function on HP Prime
|
|
« Next Oldest | Next Newest »
|
▼
Post: #2
12-01-2013, 03:14 AM
Hi, How to use IFERR function ? What are the different error codes ? Thank you ▼
Post: #3
12-01-2013, 04:11 AM
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. ▼
Post: #4
12-02-2013, 01:33 AM
hello, there is no way at this point to get the last error code... sorry... note: in the currently shipping version, there is a bug in IFERR, you HAVE to have an ELSE clause (even one that does nothing) else it will crash. cyrille |