use while loop to add rows
Hi all,I want to continously add rows to an empty data table until a condition is met but I am not sure what to do.In the following example, the condition is whether all elements in the vector in "steady state" are ones.ret = New Table( title,
New Column( "P", Numeric, "Continuous", Formula( ptable << get as matrix ) ),
New Column( "X(n)",
Expression,
"None",
Formula( If( Row() == 1, init_...