Arrays
Posted: 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:
But I would still like to be able to edit them and write them outside RunRev.
Thanks
Phil
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
Thanks
Phil