StrGetElement - Example
Determines the third element from the contents of the
variable _LIST.
The elements are separated by a semi-colon (;). The result is stored in
the variable _element.
If _LIST has the value
value1; value2; value3; value4; value5;
value6,
the command returns the value
value3.