putenv

Kenneth Brody kenbrody at bestweb.net
Tue Aug 24 08:13:47 PDT 2004


> "Robert Pulliam M.D." wrote:
> 
>     The putenv syntax is putenv "name", "value".
>     Is it possible to have the value be a dummy variable that is created in
> processing prior to the putenv command.   I have tried several things but none
> seem to work, ie "aa", {aa} and {"aa"}.  Using unix and filepro 5.0.

Yes.  I notice that you didn't try the "obvious" syntax of not putting
anything around aa.  By quoting "aa", you are saying "the literal value
'aa'".  And filePro doesn't use braces for grouping.  (Remember, the
left brace '{' is the "squish left" operator.)

-- 
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody        | www.hvcomputer.com |                             |
| kenbrody/at\spamcop.net | www.fptech.com     | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+


More information about the Filepro-list mailing list