Create a Column by getting a user input
//Assign Data Table + Delete Column Flag if it already there dt=current data table(); //Create new window to get data from user filter=""; nw=New Window("Flag Creation", border box(top(50),bottom(100),left(50),right(100)), H Center Box(Text Box("Input a single Conditon Bin to Flag")), Text Box("Condition:"),fb=Text Edit Box("bbb"), Button box("Run", filter = fb << get text(), dt<<New Colu...