Re: [Gambas-user] Trouble with CSVFile Component

2017-07-28 Thread PICCORO McKAY Lenz
2017-07-27 21:48 GMT-04:00 Mark Walters : > And while Gambas feels very familiar, it's also quite different, and I'm > still acclimating to it. > always will be difference in any case, please dont assume any new artifac always want to emulate guindows.. > Thanks for your help :-) > in the IDE *

Re: [Gambas-user] Trouble with CSVFile Component

2017-07-28 Thread Charlie
markwalt wrote > Hi guys, > > I'm trying to write a very simple program that pulls in one CSV File, and > spits out another, based on what's inside the file. I use CSV files all the time. I find them easy and fast. Have a look at the attached example, hopefully it will help. CLIOnly1.tar

Re: [Gambas-user] Trouble with CSVFile Component

2017-07-27 Thread Mark Walters
Nope. Told ya I was a newb. 20+ years ago I used to do a lot of work in VB, and especially VBA. It's been a while, and my programming muscles have atrophied a bit. And while Gambas feels very familiar, it's also quite different, and I'm still acclimating to it. Thanks for your help :-) On Th

Re: [Gambas-user] Trouble with CSVFile Component

2017-07-27 Thread Tony Morehen
Did you add gb.utils component to your project? Project->Properties->Components & check gb.utils On 2017-07-27 07:10 PM, markwalt wrote: Hi guys, I'm trying to write a very simple program that pulls in one CSV File, and spits out another, based on what's inside the file. I see from the Wiki

[Gambas-user] Trouble with CSVFile Component

2017-07-27 Thread markwalt
Hi guys, I'm trying to write a very simple program that pulls in one CSV File, and spits out another, based on what's inside the file. I see from the Wiki that there's a function for that, in the db.utils component. However, using the very sparse example provided, I'm getting errors. I'm using