ERRORLINE

From QB64 Wiki

Revision as of 23:14, 18 September 2010 by Clippy (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The _ERRORLINE function returns the source code line number that caused the most recent runtime error.



Syntax:

e% = _ERRORLINE


Description:

  • Does not require that the program use line numbers as it counts the lines of code.
  • The code line can be found using the QB64 IDE or any other text editor.
  • Used in QB64 program error troubleshooting ONLY.





See also:



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page