StringListGetValue

Reads the value of a name within a string list in the form Name=Value.

SYNTAX
StringListGetValue(stringList, aName) 
				
ARGUMENTS

stringList Name of the string list
aName Identifier of the value to read

RETURN The value assigned to the identifier
EXAMPLE
SLValue = StringListGetValue(StrList,Name)