Hi gzmorgan0,
Thanks, I'm studying the codes,
I've deleted a Column 84 to 90 because I do not need this Col, only the site0-7 Col12-Col82 needs to be stacked due to its the usable same format. Sorry I didn't noticed at 1st.
I rerun the script again after deleting Col84-90 but got an error after:
idx = 1::ns*8;
cnames = (dt << get column names(character, "string"))[idx]; //error here
Error in jsl debugger
"Subscript Range in access or evaluation of 'Subscript' , (dt << get column names( character, "string" ))[/*###*/idx]"
I break the debugger to check at instance the raw data table, some Columns attribute were not changed to data type "character"
So I think because idx = 1::ns*8, index is 1~64 expects cnames count to be less than or equal to this index?
cnames Col name holder still stuck to this:
cnames={"Col12~Col90}
Hope you can still help me on this error.
jerryspilTC