Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
List of all QB64pe error messages
#6
Of course you could do this:

Code: (Select All)
For x% = 1 To 1024
  e$ = _ErrorMessage$(x%)
  e$ = RTrim$(e$)
  If LCase$(e$) = "unprintable error" Then
      ' nul
  Else
      Print x%; e$
  End If
Next
End
Reply


Messages In This Thread
List of all QB64pe error messages - by TDarcos - 03-25-2024, 06:49 PM
RE: List of all QB64pe error messages - by a740g - 03-25-2024, 06:53 PM
RE: List of all QB64pe error messages - by Pete - 03-26-2024, 01:50 AM
RE: List of all QB64pe error messages - by eoredson - 03-28-2024, 05:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Word-list creator PhilOfPerth 2 808 02-17-2025, 07:18 AM
Last Post: PhilOfPerth
  Entire List of All Windows Constants TDarcos 2 906 03-17-2024, 06:32 PM
Last Post: TerryRitchie
  ZBLIST -- Buerg's LIST reincarnated GTC 3 1,308 06-05-2023, 11:08 AM
Last Post: Ed Davis

Forum Jump:


Users browsing this thread: 1 Guest(s)