1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 21:40:25 +00:00
QB64-PE/internal/help/ERDEV$.txt

18 lines
607 B
Plaintext

ERDEV$ is a string function that returns the name of the last device to declare an error.
{{PageSyntax}}
::device$ = ERDEV$
*'''[[Keywords currently not supported by QB64|Currently NOT supported in QB64!]]'''
* It will contain the 8-byte character device name if the error was declared by a character device (such as a printer), while it will contain the 2-byte block name (A:, B:, etc.) if the device was not a character device.
* It is set when [[ERDEV]] is set, meaning that DOS has encountered a error that prevents it from continuing.
''See also:''
* [[ERDEV]]
* [[ERROR]]
{{PageNavigation}}