Line length in Control BASIC

cdeaglejr
Posts: 8
Joined: Fri Jun 19, 2015 3:32 am

Line length in Control BASIC

Unread post 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
Daniel
Posts: 133
Joined: Tue Nov 13, 2012 2:10 pm

Re: Line length in Control BASIC

Unread post 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
cdeaglejr
Posts: 8
Joined: Fri Jun 19, 2015 3:32 am

Re: Line length in Control BASIC

Unread post by cdeaglejr »

Thanks Daniel.
Post Reply