Hello,
I´ve serial data file in special kind:
A;;1;Test1;134545;;;; +chr(13,10) Lineend and LF
How to put the delimited data quick in an stringarray / type array
without using instr to find the pos and mid$ to cut it ???
(that way is too slow)
Thank for help
Matthias Kuhn
------------------
I´ve serial data file in special kind:
A;;1;Test1;134545;;;; +chr(13,10) Lineend and LF
How to put the delimited data quick in an stringarray / type array
without using instr to find the pos and mid$ to cut it ???
(that way is too slow)
Thank for help
Matthias Kuhn
------------------
Comment