![](/profiles/wavemetrics/themes/wavemetrics/logo.png)
Word wrapping in procedure window
![](/sites/default/files/styles/thumbnail/public/default_images/Artboard%201_1.png?itok=jeHOCIXy)
ysspatil
Or equivalently, is there a way to continue an expression over more than one line? i.e. can
a = b + c + d + e
be somehow manually entered in the procedure window as
a = b + c +
d + e
No.
Yes. Execute:
DisplayHelpTopic "Line Continuation"
However, it is often more readable and easier to debug if you use temporary variables to store intermediate values. For example:
August 5, 2017 at 09:23 am - Permalink