mac1234mac Member

Joined: 24 Jul 2008 Posts: 3
|
Posted: 3 Days ago Post subject: changing string into array |
|
Hello,
I have following string:
'abcd -9.456 on'
I'd like to divide this string into array of symbols so, for example, first element of my array would
be: a[0] := a, second a[1] := b etc. How can I do it in Delphi 7.0?.
Cheers. |