All public logs

Jump to navigation Jump to search

Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:12, 19 April 2022 SMcNeill talk contribs created page INCLERRORLINE (Created page with "{{DISPLAYTITLE:_INCLERRORLINE}} The _INCLERRORFILE$ function returns the line number in an $INCLUDE file that caused the most recent error. {{PageSyntax}} : {{Parameter|errline&}} = _INCLERRORLINE {{PageDescription}} * If the last error occurred in the main module, _INCLERRORLINE returns 0. * By checking _INCLERRORLINE you can report exactly what line inside an included module caused the last error. ==Availability== * '''Version 1.1 and up'''. {{Pa...")