import into an array.
Richard Kreiss
rkreiss at gccconsulting.net
Mon Nov 1 07:59:23 PDT 2010
> -----Original Message-----
> From: filepro-list-bounces+rkreiss=verizon.net at lists.celestial.com
> [mailto:filepro-list-bounces+rkreiss=verizon.net at lists.celestial.com] On
> Behalf Of Kroboth, Joe
> Sent: Monday, November 01, 2010 10:45 AM
> To: filepro-list at lists.celestial.com
> Subject: import into an array.
>
> I'm working on some import routines and was wondering if there anyway
> using the import command to load the row directly into an array? Or am I
> forced to assign each field manually?
>
> Thanks.
>
>
>
> Joe Kroboth
> Chernay Printing, Inc
> joe_kroboth at chernay.com
As far as I am aware, you still need to import each field individually but
you can overlay the array elements over the dummy fields used.
DIM foobar(10):aa
The above will create an array of 10 elements overlaying aa-aj. Then all
you need to do is process the array.
Richard Kreiss
GCC Consulting
rkreiss at gccconsulting.net
More information about the Filepro-list
mailing list