table with dynamic columns
Hi,How do you create an empty table with columns defined pragmatically: c1, c2, c3, This function does not work because I can't figure out how to add a column. It's not interpreting column name. tbl:{[x] c:("c" ,/: (string (1+til x))); t:([] c1:"f"$(...