Add columns by refering to column number
Hello,I am trying to add columns together by refereing to the columns numbers instead of their names. Here is an example of what I worte so fardt = Current Data Table();dt << New Column("Luq", Numeric, continuos, Format ("Best", 5), << Set Each Value (2));dt << New Column("Fin", Numeric, continuos, Format ("Best", 5), << Set Each Value (3));dt << New Column("Final Result", Numeric, continous, Form...
Steven_Moore
DMR
sophiaw
saitcopuroglu