I've got a variable with the value of 2.0.I expect to see a string with the contents "2.0" but instead it gets converts to just 2 (no .0).
Looks like it is converting it from a string to an int. How can I prevent this?
I've got a variable with the value of 2.0.I expect to see a string with the contents "2.0" but instead it gets converts to just 2 (no .0).
Looks like it is converting it from a string to an int. How can I prevent this?
Hi Marc
In the Set Variable action you can force the variable to a specific type, try setting the variable to itself and specifying String as the type.