Hi,
I have some lines of code that may be quite long, especially when strings are concatenated. Is there a continuation character that would allow to split a code line over several lines?
Thank you
Long instruction lines
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Long instruction lines
Nicolas
LC 7.1 on Windows 8.1 and on MAC OS 10.10.5 Xcode 6.4 - 7.1
LC 7.1 on Windows 8.1 and on MAC OS 10.10.5 Xcode 6.4 - 7.1
-
- VIP Livecode Opensource Backer
- Posts: 10052
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Long instruction lines
You can use "\" as a continuation character.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Long instruction lines
Hi.
What Richard said. I always keep an empty line above and below these run-on line packages, just for readability.
Craig Newman
What Richard said. I always keep an empty line above and below these run-on line packages, just for readability.
Craig Newman