jopal
Automotive
- Dec 5, 2007
- 121
I'm trying to write a rule to control the multiple values of a parameters but not having any luck
it's a string parameter im using to try to control the values contained in a list of a length parameter
if
string parameter = a
then
length parameter = list (1in, 2in)
else
length parameter =list (3in,4in)
This is the error I get.
"impossible to affect a variable of type List in a variable of type Length. You can use the syntax <set x=y> if your intention is to operate a cast between 2 variables
it's a string parameter im using to try to control the values contained in a list of a length parameter
if
string parameter = a
then
length parameter = list (1in, 2in)
else
length parameter =list (3in,4in)
This is the error I get.
"impossible to affect a variable of type List in a variable of type Length. You can use the syntax <set x=y> if your intention is to operate a cast between 2 variables