Can't convert string to number.
construct.net/en/make-games/manuals/construct-3/system-reference/system-expressions
It is different from the description here.
The same goes for int().
Is this a bug? Am I doing it wrong?
It's too cumbersome to post issues on GitHub.
Develop games in your browser. Powerful, performant & highly capable.
I think you are trying to input a number into a field that only takes strings (text). In this case, you wouldn´t need to convert it into a number. I tried setting a (number)variable to float("123") and that worked fine.
Oops... I know what I made a mistake...
Thanks.