Difference: 0LASubrEnvSetEnvVariable (1 vs. 2)

Revision 22013-10-25 - AlKalter

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.ENV SET ENV VARIABLE

Line: 8 to 8
 

Usage:

      PASS         <env_value>                FIELD            SHARE? Y
      PASS         <env_name>                 FIELD            SHARE? N

Changed:
<
<
GOSUB --- .ENV GET ENV VARIABLE
>
>
GOSUB --- .ENV SET ENV VARIABLE
 
    • Check for errors
Changed:
<
<
IF --- .ENV GET ENV VARIABLE NE
>
>
IF --- .ENV SET ENV VARIABLE NE
 

Description:

Revision 12012-01-27 - JeanNeron

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.ENV SET ENV VARIABLE

This subroutine sets the value of a environment variable.


Usage:

      PASS         <env_value>                FIELD            SHARE? Y
      PASS         <env_name>                 FIELD            SHARE? N
      GOSUB    --- .ENV GET ENV VARIABLE
      *        Check for errors
      IF       --- .ENV GET ENV VARIABLE      NE

Description:

This subroutine sets the value of an environment variable. All parameters are required, if any are missing the subroutine will CANCEL.

<env_value> is the value you want set (Required).

<env_name> is the name of the environment variable to be set (Required).

Note: This function is not implemented, and will just return 'Not Implemented' in --- .ENV SET ENV VARIABLE.

Comments:

Read what other users have said about this page or add your own comments.


<--/commentPlugin-->

-- JeanNeron - 2012-01-27

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback