Hello everybody,
beeing new to delphi / pascal i am searching a possibility to read
variables from a string just the same way you use readln to read
variables from a textfile - equivalent to the C function sscanf.
I want to extract data from a textfile. When a certain word is found
a the beginning of the current line then i want to read the following
data (three double variables) in the line into variables.
Thank you for answers!