A variable in a loop
Hi,I like to replace the values forColumn Names Start(2),Data Starts( 3 ) ); as a variable like Headstart=2, DataStart=3 in Column Names Start(HeadStart). I usedEval(Parse( " Column Names Start("||HeadStart||")," ));I get no error but the results are not correct.I appreciate your help. Thanks----------------------------------------------------------------For( iii = 1, iii <= nf, iii++, //this sta...