Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Professional Discussion / Is there a word wrap feature?

Author
Message
Overdroid
21
Years of Service
User Offline
Joined: 22nd Sep 2002
Location:
Posted: 2nd Oct 2002 01:44
Is there a word wrap feature in the editor?

If not - I would like to suggest adding one. Scrolling back and forth to see an entire line of code is a little tedious.
"Talk is cheap because supply exceeds demand."
- Unknown.
DSG
21
Years of Service
User Offline
Joined: 26th Aug 2002
Location: Hampshire, England
Posted: 2nd Oct 2002 02:00
There is no word wrap feature as such since the compiler parses the source code under the assumption that each new line of code is the start of a new statement.

You can however use the concatenation operator (...) to spread a single line of code over multiple lines in the editor. At compile time a pre-processor concatenates these statements into a single line of code before sending it to the compiler.

e.g.



Login to post a reply

Server time is: 2024-04-23 18:19:59
Your offset time is: 2024-04-23 18:19:59