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
.. 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

Array constants in LiveCode Builder

2016-01-06 Thread Peter TB Brett
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