Link to .capx file (required! If link is blocked remove the http and www parts):
copy.com/k1YjZyP2VIO4wjMk
Steps to reproduce:
1. I have text set to "(Variable1/20)*100&"%"".
2. Set Variable1 to 11. This is not required if using the capx, as I have it counting down to show all numbers.
Observed result:
When it gets to 11, it should show 55%. Instead it shows 55.000000001%.
However, this only occurs when I have the &"%" added to the end. Not sure why, but without it, it just shows 55. I can get around this by amending "%" to the end... but it's just strange that it only doesn't work with "&" added.
Expected result:
55%
11/20 = 0.55 * 100 = 55. Not sure where the 000000000.1 comes from.
Tried adding "int" to the beginning, but that doesn't work at all, lol!
Browsers affected:
Chrome: yes
Firefox: yes
Internet Explorer: yes
Operating system & service pack:
Win 7 64bit SP1
Construct 2 version:
r159