fgl_setenv()

fgl_setenv()  allows the environment value setting and modification:

fgl_setenv(var_name, var_value)

where:

Here is a simple example:

CALL fgl_setenv("LYCIA_DB_DRIVER", "informix")

Be careful when passing the NULL value to an environment variable as this will affect your application a little bit different depending on the operation system it is being executed by.

On the NULL value setting on Windows, the variable is removed from the environment. And On Unix, the same action results in an empty value setting for the variable specified as var_name.

 

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.