filepro INDIRECT function

Enrique Arredondo henry at vegena.net
Tue May 23 14:01:52 PDT 2006


----- Original Message ----- 
From: "Kenneth Brody" <kenbrody at bestweb.net>
To: "Enrique Arredondo" <henry at vegena.net>
Cc: <filepro-list at lists.celestial.com>
Sent: Monday, May 22, 2006 4:53 PM
Subject: Re: filepro INDIRECT function


> Quoting Enrique Arredondo (Mon, 22 May 2006 15:38:40 -0700 (PDT)):
>
>> Is there a function in filepro that will do the same thing as Excel's
>> INDIRECT function ?
> [...]
>
> I don't know.  What does Excel's INDIRECT function do?
>
> --

If you have on excel..... A1 =  1234    and on B1 = A1    and on C1= 
indirect(B1)   the C1 cell will show 1234.

so in filepro language....

import ascii imp(...... so  imp(1) = 1   .... and 1 = "Porsche" in the 
database, so If I want to export it to a csv file, What should I use instead 
of  :

export ascii out(......       out(1)=indirect(imp(1))   ... and out(1)= 
Porsche.

Do I make sense ? 



More information about the Filepro-list mailing list