..not contain a decimal point?
Basically I have a number. This could be 1 or 1.00 (or any number like this)
If the number is 1 I want to append '.00' to it so ultimately they all look like the '1.00' format.
I know I need to use append and the find(src, text) expression but I have no understanding of how to actually put them into contstruct in a logically formatted statement.
Please help. Coming from traditional programming background a lot of Construct 2 seems a bit backwards to me
for example....
if(!myVar.Contains(".")){//do stuff}
In Construct 2 however I cant figure out how to make the same statement.
Thanks