Arrays

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Philhold
Posts: 64
Joined: Thu Mar 05, 2009 3:39 pm

Arrays

Post by Philhold » Fri Mar 20, 2009 5:06 pm

Does anyone know why RunRev will not let you edit an array stored in a Custom Property in the property inspector?

Also is there some syntax available so that I can write an array in a text editor, paste it into a Custom Property and RunRev know that it is an array when I go to extract values from it?

I've read the docs and played around with creating arrays in RunRev and storing them in Custom Properties like this:

Code: Select all

    set the uDataArray of this stack to tList
But I would still like to be able to edit them and write them outside RunRev.

Thanks

Phil

Post Reply