verbose_20error_20messages
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
verbose_20error_20messages [2018/03/31 13:19] – external edit 127.0.0.1 | verbose_20error_20messages [2024/01/05 00:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
//By J.G.Harston, | //By J.G.Harston, | ||
+ | <code bb4w> | ||
doing$="": | doing$="": | ||
+ | </ | ||
will display the contents of **doing$** after the error message. If you then use code along the following lines:\\ \\ | will display the contents of **doing$** after the error message. If you then use code along the following lines:\\ \\ | ||
+ | <code bb4w> | ||
DEF PROCsave(F$) | DEF PROCsave(F$) | ||
doing$=" | doing$=" | ||
Line 9: | Line 12: | ||
doing$="" | doing$="" | ||
ENDPROC | ENDPROC | ||
+ | </ | ||
then if that code generates an error (eg Bad filename, Disk full, etc), then the displayed error message will be of the form:\\ \\ | then if that code generates an error (eg Bad filename, Disk full, etc), then the displayed error message will be of the form:\\ \\ | ||
Disk full saving " | Disk full saving " |
verbose_20error_20messages.1522502391.txt.gz · Last modified: 2024/01/05 00:16 (external edit)