Re: File handling



"Loonie" <no@xxxxxx> wrote in message
news:XS5Ee.502$mk1.497@xxxxxxxxxxxxxxxxxxxxxxx
>> On Fri, 22 Jul 2005 07:10:38 GMT, "Loonie" <no@xxxxxx> wrote:

>>> G0X0Y0
>>> G1X100Y100
>>> G0X300Y500
>>> G1X300Y800
>>> etc etc

> [...] how do i approach the problem of stripping the integers out of
> the line and using them as co-ordinates on a canvas?

The former, with functions like Copy and StrToInt. Type function names
into IDE, press F1, read help.

The latter, with the canvas' methods. Type "TCanvas", press F1, read
more help.

Groetjes,
Maarten Wiltink


.