PUTENV()

From Recital Documentation Wiki
Revision as of 16:14, 10 February 2012 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Function to update the value of an environment variable


Syntax

PUTENV(<expC1>,<expC2>)


See Also

ADDBS(), GETENV(), Printing


Description

The PUTENV() function updates the value of <expC1> with the character expression <expC2>. The value of the variable can be retrieved using the GETENV() function. If variable <expC1> does not exist, it is created. If the operation is successful, then PUTENV() returns .T., otherwise .F..


Example

set printer to \\spooler
putenv("DB_PRINT","/usr/recital/UD/print_labels")
list status to print
? getenv("DB_PRINT")
/usr/recital/UD/print_labels


Products

Recital, Recital Server