enviornment

Kenneth Brody kenbrody at spamcop.net
Mon Nov 12 09:12:17 PST 2012


On 11/12/2012 12:00 PM, davidrottkamp at echoes.net wrote:
> Ken
>
> PUTENV "PFQUAL",one  for instance works perfectly
> however if I set a variable b(5), and have user fill in company
> input b(5) "Please enter company to work with "
> and do
> PUTENV "PFQUAL",b
> or
> PUTENV "PFQUAL",(b)
>
> when I go into file after I select it gives error
> \filepro\company\map  : Invalid Argument
>
> So I guess the command does not allow for variables
[...]

It most certainly does allow variables.

Are you sure it's "map" and not "key"?

In any case, unless the user enters a 5-character qualifier name, you will 
put putting spaces at the end of PFQUAL.  You need to strip the trailing spaces.

-- 
Kenneth Brody


More information about the Filepro-list mailing list