How to use Variables
-
I am trying to use variables (and forEach) in xml. However I receive the error Element type "variableList must be declared
Here is my code
<variableList> <variable name="LandArea"> <element name="Afghanistan"/> <element name="Alaska"/> </variable> </variableList>
What additional declaration is required?
-
@RogerCooper Are you using 2.0? The current release doesn't support variables.
-
I was using 2.0 before, but had to switch back due to issues with 2.0.
-
@RogerCooper Guess you can ask @redrum what is the earliest 1.9 version that supports variables. Certainly the released one isn't.
-
1.10.14540 is when variables were added.
-
I am now using variables successfully..