07-06-2015 01:24 PM
Hi,
How can I update the value of one element in a cluster and replace that value back in the cluster. My cluster "speed" contains elements like base, period, range ... and I want to update these specific values.
Thank you!
07-06-2015 01:27 PM
Take this. It's dangerous to go alone!
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
07-06-2015 01:45 PM
07-09-2015 02:33 PM
Thanks for the suggestions! I used the bundle by name function to solve it.
07-09-2015 02:40 PM - edited 07-09-2015 02:41 PM
How can I update the value of one element in a cluster and replace that value back in the cluster
If you're read and writing the same value in a cluster, you should use the in-place element structure to do the unbundling and bundling (like I linked above). It has properties that make it much more efficient than just unbundling and bundling alone because it doesn't create copies of the data at each juncture.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'