SplitEqualList

Prev Next Home Home Table Of Contents Index

SplitEqualList (Array1,Array2)

SplitEqualList is used on an array of strings where each string is in the form key=value. Each string is split and Array1 is left with only the keys and Array2 is left with only the values.


 Example
    Var Env1 Env2
    ReadEnvironment Env1
    SplitEqualList Env1 Env2

Env1 will have all the strings left of the equal sign and will be converted to uppercase. Env2 will have the strings right of the equal sign and will not be converted to uppercase. White space is trimmed from the strings.

If one of the elements of the array is an array then the key string is taken from the first element of that array.

Catagory: Array

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home