Hello all,
I wondering if anyone could tell me how to go about extracting a single field from a text file.
The file is all follows:
Jeff 8.00 8.9900 hadk
Kim 234.0 234 hak
Him 444.8 1.11 john...
How would I extract only the first column without using tokenizer or split?
Thank you,