Re: Array constants in LiveCode Builder

2016-01-07 Thread Richard Gaskin
Peter TB Brett wrote: > Here's another piece of good news: > > Mark Waddingham and I spent a couple of hours yesterday morning > adding support for literal arrays to the LiveCode Builder Language. > In LiveCode 8.0.0 DP 13, you will be able to write: > > variable tArray as Array > put {"

Re: Array constants in LiveCode Builder

2016-01-06 Thread Mark Wieder
On 01/06/2016 03:32 PM, Ralph DiMola wrote: PS: I know there is a good reason but I got to know... 127? A: Because it's 3 x 42 -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this ur

RE: Array constants in LiveCode Builder

2016-01-06 Thread Ralph DiMola
Peter, Nice Could it also be used like the function call example below(that looks for the second argument to be an array) when calling a procedure that expects an array? This would make reading function calls long arguments lists(like I use) more readable. I don't use arrays for function/comma