Hai

My input file is like that
Qt Code:
  1. AAA12 8.00 NZ 164 200 27-feb-2009 23:17:22 (KK) Testing
  2. test : mmp msm cvc1 cvc2 cvc3 cvc4 cvc5 cvc6 cvc7 cvc8
  3. n001 k091 0g10 9.22 0000 0000 0000 0000 0.83 0000
To 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?