Dear moderator,
I have the following problem.
I want to split an existing text file consisting of 1 line: "87,65,28,63,27,56,8,329" into an array myarray of strings like myarray(0) = "87",myarray(1) = "65", myarray(2) = "28" ....
The split separator is dim ch = cchar(",")
I can't find a solution
Thanks for any response
Regards
Andrews
I have the following problem.
I want to split an existing text file consisting of 1 line: "87,65,28,63,27,56,8,329" into an array myarray of strings like myarray(0) = "87",myarray(1) = "65", myarray(2) = "28" ....
The split separator is dim ch = cchar(",")
I can't find a solution
Thanks for any response
Regards
Andrews