Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Importing csv file to database
Message
From
10/11/2021 13:01:29
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01682654
Message ID:
01682690
Views:
43
>IIRC, you can't use m-dot notation on the left side of the assignment.
>
>just do
>
>LOCAL lcsv AS CsvProcessor
>lcsv = CREATEOBJECT('CsvProcessor')

This is incorrect. You can do:

m.lcsv = CREATEOBJECT('CsvProcessor')

But it is not necessary, so you can also do it without the "m."
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Previous
Reply
Map
View

Click here to load this message in the networking platform