Members Within Variable Groups

Variable group members are the means for retaining multiple values within a user-defined variable group. Members of a variable group are created and destroyed at run time.

Requirements for Member Names

Illustration of a Variable Group and Its Members

This illustration is an example of the variable group PercentUsed and its associated members. Each member in the group is named for a particular file system and has a value that represents the percentage of space used in the file system.

Case Sensitivity of Member Names

Unlike variable names, case sensitivity of member names is consistent with the case sensitivity of the database. If the database is case sensitive, each member name is created and matched exactly as you named it in the action that created it. If the database is case insensitive, each member name is created and matched using all uppercase letters.

Note: If you are using retained variables, the case sensitivity of the deactivated and activated databases must be the same in order to ensure access to the retained member values in the newly activated database.