RE: Syntax checking issue on an Import Ascii processing table
Richard Kreiss
rkreiss at gccconsulting.net
Sun Jul 21 18:53:59 PDT 2019
Have you considered creating an array to import this data to? dim Foobar(14) or how many elements you need?
If you already have an array created, make sure there are enough elements to import into. The error message you would have received would have been an index error.
For those rows you don't want, just skip them. As for the last line use a counter for control when you loop back for the next row or when you close the file and move to the next part of your processing table.
Richard Kreiss
GCC Cosnultinh
-----Original Message-----
From: Filepro-list <filepro-list-bounces+rkreiss=verizon.net at lists.celestial.com> On Behalf Of Boaz Bezborodko via Filepro-list
Sent: Sunday, July 21, 2019 8:57 PM
To: filepro-list at lists.celestial.com
Subject: Re: Syntax checking issue on an Import Ascii processing table
An HTML attachment was scrubbed...
URL: <http://mailman.celestial.com/pipermail/filepro-list/attachments/20190721/0aaed7fe/attachment.html>
_______________________________________________
Filepro-list mailing list
Filepro-list at lists.celestial.com
Subscribe/Unsubscribe/Subscription Changes http://mailman.celestial.com/mailman/listinfo/filepro-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 11527 bytes
Desc: not available
URL: <http://mailman.celestial.com/pipermail/filepro-list/attachments/20190722/6c546771/attachment.bin>
More information about the Filepro-list
mailing list