10-31-2006 03:36 AM
10-31-2006 03:36 AM
10-31-2006 03:52 AM
10-31-2006 04:10 AM
Hi
You could use the "Replace Array Subset" function located in the array palette.
10-31-2006 04:10 AM
Hi
You could use the "Replace Array Subset" function located in the array palette.
10-31-2006 04:44 AM
10-31-2006 06:19 AM
Yes it works! And it's not too ugly if you plan to use the array only for storing data. I always keep visible elements to 1, and even hide the control.
I did some tests and for very large arrays (10000 or so) it's faster than Replace Array Subset (and the like). But it's much slower for small arrays. Also, it doesn't seem to avoid race conditions as i had hoped, but this one has to be tested better.
Thanks
11-02-2006 03:44 AM - edited 11-02-2006 03:44 AM
Message Edited by Fabio_81 on 11-02-2006 03:46 AM
11-02-2006 04:16 AM