[Gambas-user] Gambas 2 -> Gambas 3

2009-02-16 Thread Rolf-Werner Eilert
Good morning Benoit (and everyone) Just came about a question: When I want to bring my Gambas2 app to Gambas3, will this be as roundabout as it is from Gambas1 to Gambas2? (Creating new forms and converting the code...) Or is it more upward compatible? The reason for asking this is that you to

Re: [Gambas-user] Help with some parsing

2009-02-16 Thread Doriano Blengino
richard terry ha scritto: > I'm importing some old data from windows. The data is exported from > msAccess97 > and some of the text fields have a carriage return of some sort in the > middle. The same character seems to be used by access as the end of line for > each record, so when I try and i

[Gambas-user] Help with some parsing

2009-02-16 Thread richard terry
I'm importing some old data from windows. The data is exported from msAccess97 and some of the text fields have a carriage return of some sort in the middle. The same character seems to be used by access as the end of line for each record, so when I try and import it, I'm getting a truncated lin

[Gambas-user] ftpclient

2009-02-16 Thread Toni
Hello, I would like to use the ftpclient component in gb.net.curl to retrieve a directory list of a remote ftp server but I don't know how to use it (I can't see any "connect" or "open" method in it). I haven't found any example on the internet. Could please someone tell me if gb.net.curl is th