Est-il possible de déclencher une erreur "standard" dans un programme basic, sans passer par Disp ou Dialog. En gros existe-il une fonction genre "error(" ?
Merci
David Ellsworth ( http://www.ticalc.org/archives/files/fileinfo/15/1553.html ) :
You can make the TI-92 generate any error message outside a Try...
Else...EndTry construction. Try
810->errornum:PassErr
replacing "->" with the STO> symbol. The error codes are listed
starting at page 472 of the manual. The undocumented codes are:
1020-1029: Internal error
1030-4094: Protected memory violation
4095-32767: Unknown ERROR code
0-9 or 32767-65535: (ignored -- no error message)
Where 100-109 means that any number from 100 to 109 will generate
the error. Error numbers are truncated to make the value fall
between 0 and 65535.