10-03-2012 09:10 AM
Is there a way to clear the table with a property node? I tried to wire an empty 2D string to the value option of the property node for the table, but that didn't work. Any ideas?
10-03-2012 09:18 AM
Wiring the Empty array to the Value property node should clear the whole table. Are you updating the value in multiple places? If possible you can attach your code.
10-03-2012 09:20 AM
Are you sure you have a table? A table's data is a 2D array (which is what gets displayed). Writing an empty array to the value property should clear it out. You could do the same with a local variable.
10-03-2012 09:46 AM
Actually it does clear it via wiring the empty 2D array to the value setting, but it helps to clear the 2D array feeding the control, Duh! Thanks guys....
10-03-2012 09:56 AM
@QRP wrote:
it helps to clear the 2D array feeding the control..
Yes, those default values can be nasty at times...