Mapping an array and export

Richard Kreiss rkreiss at gccconsulting.net
Sat Jan 29 07:30:02 PST 2011


Question One:

Can one map an array to export fields?


Dim foobar(30):1
Dim barfoo(30):com(1)

Export word com=c:\temp\export.csv

Loop:If: ct le "30"
Then: barfoo[ct]=foobar[ct];ct=ct+"1";GOTO loop

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?


Richard Kreiss
GCC Consulting
rkreiss at gccconsulting.net
  






More information about the Filepro-list mailing list