Greetings,
Is there a source code line length restriction in Control BASIC?
Is there a line continuation character for source code lines?
Thanks
Line length in Control BASIC
Re: Line length in Control BASIC
Quick answers, yes and no.cdeaglejr wrote:Greetings,
Is there a source code line length restriction in Control BASIC?
Is there a line continuation character for source code lines?
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
Thanks Daniel.