07-15-2010 10:59 AM
I have an array of data points that I can also display in a table. Is there a way to have a cell value displayed into a string when I click that specific cell? I wasn't sure if this is done through a property node or if it is possible to begin with.
07-15-2010 11:09 AM
Use the EditPosition property and wire the row and column info to an Index Array function.
07-15-2010 01:12 PM
alright. How to you input the index based on the cell that I click on?
07-15-2010 01:16 PM - edited 07-15-2010 01:16 PM
Sigh... Nobody tries anymore...
07-15-2010 01:16 PM
OK...nevermind. Just figured out what you had mention. Thanks a lot!!!