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
.. 127?
Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net
-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Peter TB Brett
Sent: Wednesday, January 06, 2016 5:09 PM
To: User List
Subject: Array constants in LiveCod
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 {"cats": 5, "dogs": 23} into tArray