Breaking up long lines in OptoScript - old forum post

Robertson

Joined on 06-23-2007
Posts 6
Breaking-up Long Lines Of Code In OptoScript

In Visual Basic you can break up long lines of code use an “_”. Is there a way to break up long lines of code in OptoScript?
Report
09-17-2008, 2:04 PM
Mr. Bill

Joined on 09-23-2003
Posts 18
Re: Breaking-up Long Lines Of Code In OptoScript

Yes, this can be done easily by just using a carriage return and continuing on the next line. The OptoScript editor simply treats the carriage return as white space. However, this is mainly intended for only a few lines. You would not want to have one line of code continued over hundreds of lines.

  • Bill