10-11-2012 03:05 PM
Hi
In run mod, when I add elements in array, I want to see the last element of array automatically.
How can I do this.(without using vertical scrollbar.)
Solved! Go to Solution.
10-11-2012 03:13 PM - edited 10-11-2012 03:16 PM
Set the Index Values property to a value such that you see the index you want. If you have more than one visible element you'll probably need to use Number of Columns and Number of Rows and some math to figure out which index you want in the top left.
10-11-2012 03:19 PM
Check Delete from array, if index is unwired it's automatically the last element selected, and the output Deleted portion is thus the last element.
/Y
10-11-2012 03:21 PM - edited 10-11-2012 03:22 PM
In a thousand words or less. You use property nodes to programatically access objects properties.
(Yes you have to run it twice to see the result I didn't set a default value)
10-18-2012 05:07 PM
Tanks for your answer.
Your example was very illustrative for me.
My problem was solved.
Thanks.........