Get Last Error Code

\i ? E

Returns the error code of the last executed command.

Note

Response: [ACK] string::error [ACK]

Parameter Type Range Description
error word 0x0 ... 0x4BA error code

Example

\iAF\D24
\i?E

Response Example

[NACK][ACK][03][F1][ACK]

This example returns [NACK] as a response to the Set Font command and the error code 1009 (0x03F1) which means "Font not found" (see Error Codes).

See also:

Error Codes