Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I'm trying to make a simple program to select values based on the Size variable. But the use of "Size" in the program returns False. However, if I assign Size to "x", and use it in the program, it works fine. I don't understand why. See attached.
Thank you in advance.
Solved! Go to Solution.
Hi,
In the input table the variable "size" is used again and is the reason the program returns false as size is a vector with 4 values.
Just change the name of the variable in the table.
Cheers
Terry
Hi,
In the input table the variable "size" is used again and is the reason the program returns false as size is a vector with 4 values.
Just change the name of the variable in the table.
Cheers
Terry
Brilliant. Thanks Terry. Thanks for educating me. Much appreciated.
They are different variables.
