Peter has given a nice intro to text fields and calculation fields. However I can’t seem to make a combination of calculation and text variables work. Let’s say I want to add 1 to a variable which includes a number, say 9, it doesn’t work and instead prints garbage.
%Calculate%%Variable%MyVar%+1%
The above prints:
Variable%Variable10%+1%
I assume this is because KM is not Python. However I couldn’t find anything on how to cast a string as an integer (or something similar). Any help would be appreciated.