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 {"
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
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