spoo 0 Posted July 3, 2019 Delete Column from 1 to 2 _ArrayColDelete($asResult,"1-2")---> doesnt work _ArrayColDelete($asResult,"1:2")---> doesnt work Should i do it separatly two times _ArrayColDelete($asResult,"1") _ArrayColDelete($asResult,"1") Thank you Share this post Link to post Share on other sites
FrancescoDiMuro 424 Posted July 3, 2019 @spoo Go for the second solution Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette Share this post Link to post Share on other sites