Extract word from string
13. Feb 2009, 13:57
How to do it,for example
i want to extract some specific string from tlistbox.
Items are:
100x200
200x300
1280x2000
if its listbox.items.strings[3}:='1280x2000' then i want to just extract only 1280 or 2000 from 1280x2000?
Is it possible?
|