Hello,
I'd like to learn how I could retrieve values of numbers and character
symbols from file, for example:
I have sequence of characters saved in txt file -
"numbers_and_symbols.txt":
abcd -1234.56 on
Particular parts of string are separated from each other by space.
I'd like to use, in Delphi program, string 'abcd' as string variable,
number -1234.56 as float variable
and 'on' as bool variable. How could I do it in Delphi 7.0?.
Cheers