Hai
My input file is like that
Qt Code:
AAA12 8.00 NZ 164 200 27-feb-2009 23:17:22 (KK) Testing test : mmp msm cvc1 cvc2 cvc3 cvc4 cvc5 cvc6 cvc7 cvc8 n001 k091 0g10 9.22 0000 0000 0000 0000 0.83 0000To copy to clipboard, switch view to plain text mode
I want to read the file with all spaces and stored in a separate variables .
I tried with ReadAll() and ReadLine () fns. but unable to spilt the string with spaces.
How to do?
Bookmarks