LB Booster
Programming >> Liberty BASIC language >> Line numbers
http://lbb.conforums.com/index.cgi?board=lblang&action=display&num=1418870883

Line numbers
Post by Alincon on Dec 18th, 2014, 01:48am

I make lots of mistakes in my programs and get lots of error messages, but many of the error messages cite line numbers:

'format error on line 659'

How does one find which line is line 659?

r.m.
Re: Line numbers
Post by Richard Russell on Dec 18th, 2014, 09:04am

on Dec 18th, 2014, 01:48am, Alincon wrote:
How does one find which line is line 659?

The line number is displayed in the Status Bar:

http://www.lbbooster.com/lbb.html#statusbar

Richard.

Re: Line numbers
Post by RobM on Dec 20th, 2014, 02:17am

That is an incredibly useful feature, especially with larger programs.

User Image