Mapping an array and export

Richard Kreiss rkreiss at gccconsulting.net
Sun Jan 30 15:17:31 PST 2011



> -----Original Message-----
> From: Kenneth Brody [mailto:kenbrody at spamcop.net]
> Sent: Saturday, January 29, 2011 1:38 PM
> To: rkreiss at gccconsulting.net
> Cc: 'filePro'
> Subject: Re: Mapping an array and export
> 
> On 1/29/2011 10:30 AM, Richard Kreiss wrote:
> > Question One:
> >
> > Can one map an array to export fields?
> 
> What happened when you tried?

Ken,

Export word tran=c:\fptemp\foobar.csv

When I try  dim mint(30):tran(2)

Syntax check shows

*** A filePro Error Has Occurred ***

Line Number: 55

dim ming(30):tran(2)
             ^
Process contains a syntax error at position indicated.

Looks like one cannot overlay an array to exports

Richard


> 
> [...]
> > Question 2:
> >
> > I think this was answered some time ago but am not sure
> >
> > Dim foobar(30):a
> >
> > What would be the dummy field value at foobar{27]?
> >
> > Would it be aa then ab, etc?
> 
> Dummy fields go A through Z, then AA through AZ, BA through BZ, and so on,
> all the way to ZA through ZZ.
> 
> --
> Kenneth Brody




More information about the Filepro-list mailing list