1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 15:51:20 +00:00
QB64-PE/internal/help/ERDEV$.txt
2019-04-14 22:15:33 -03:00

23 lines
764 B
Plaintext

'''This page is maintained for historic purposes. The keyword is [[Keywords currently not supported by QB64|not supported in QB64]].'''
----
[[ERDEV$]] is a string function that returns the name of the last device to declare an error.
{{PageSyntax}}
: {{Parameter|device$}} = [[ERDEV$]]
*'''[[Keywords currently not supported by QB64|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.
{{PageSeeAlso}}
* [[ERDEV]]
* [[ERROR]]
{{PageNavigation}}