Hello,
In console application :
Suppose I have a line in the file, that looks like :
a b c 123 aa bb cc
Can I read from the file,
that each single read, read each element.
(I mean : the first read will read "a", second will read "b", third will
read "c", and so on "123", "aa", "bb", "cc" ...)
Thanks :)