I like to limit the user input to a number of X charakters. Therefore I created a table control on the front panel. On the diagram I draw a while loop and put a property node inside (referencing the table control, of course). I use "EditPos" to get the recent editing position and the "value" property to get the data array, from which I extract the value, which is recently edited on the front panel. Then I measure the string's length and cut it to my favoured length (X). Afterwards I write the cutted string back to the table using the invoke node's method "Set Cell Value".
Unfortunatly the string value won't be updated while editing it, therefore this method doesn't work. Does anyone have suggesti
ons on updating a value "just in time"??
thanks for helping
chris