I have a float that is used in a formula that outputs a variable that is either 1, 2 or 4. Once I have this value, I pass it into another variable which is an Integer. I want to use this integer variable later in a Message - and here's the problem. The script won't accept it - it seems to think that integer variable isn't an integer, and warns me that messages need integers! It seems that somehow GECK has converted the integer into a float.
Does anyone know how can I convert a float into a proper integer?
Thanks
Jason