4D v14.3SET ENVIRONMENT VARIABLE |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
SET ENVIRONMENT VARIABLE
|
SET ENVIRONMENT VARIABLE ( varName ; varValue ) | ||||||||
Parameter | Type | Description | ||||||
varName | String |
![]() |
Variable name to set | |||||
varValue | String |
![]() |
Value of the variable or "" to reset default value | |||||
The SET ENVIRONMENT VARIABLE command allows you to set the value of an environment variable under Mac OS X and Windows. It is meant to be used with the LAUNCH EXTERNAL PROCESS command. It also works with the PHP Execute command.
Pass the name of the variable to define in varName and its value in varValue.
Refer to examples of the LAUNCH EXTERNAL PROCESS command.
Product: 4D
Theme: Tools
Number:
812
Modified: 4D v11 SQL
_o_SET CGI EXECUTABLE
LAUNCH EXTERNAL PROCESS
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)
Inherited from : SET ENVIRONMENT VARIABLE ( 4D v12.4)