Hi,
If you need to change the values of your table dynamically, then using property nodes is correct. There is no property node to change the value of a specific cell. Instead use shift registers to store the values of the table as an array. Then use the replace subset of array to edit specific cells inside the array. Use the Value property node to reset the values of the table programmatically. The attached VI includes code that changes the values of a table programmatically.
Regards,
Tyler T.
Message Edited by Tyler T. on 05-02-2005 01:56 PM