Page 1 of 1

Line length in Control BASIC

Posted: Mon Jun 22, 2015 4:20 am
by cdeaglejr
Greetings,

Is there a source code line length restriction in Control BASIC?

Is there a line continuation character for source code lines?

Thanks

Re: Line length in Control BASIC

Posted: Thu Jul 02, 2015 10:11 am
by Daniel
cdeaglejr wrote:Greetings,

Is there a source code line length restriction in Control BASIC?
Is there a line continuation character for source code lines?
Quick answers, yes and no.

The line length limit is the memory limit if you never invoke the editor. The editor limits the line length to 254 characters which I thought would be enough, always. I made no provision for a line continuation character because I thought it would never be needed.

Daniel

Re: Line length in Control BASIC

Posted: Thu Jul 02, 2015 4:46 pm
by cdeaglejr
Thanks Daniel.