Selecting multiple columns and do histogram in a script
Hi,I have written a script to select two columns from a table and do histogram. I like to be able to select an arbitary number of columns and do histogram for selected one. Can one help me achieve that? I have liste my script below. Thanksdt = Open( "A.csv" );xvar = .;yvar = .;win = New Window( "Choose Two Variables",<<Modal,<<On Validate(// require the user to select two variables before clicking...
vince_faller