There is apparently ifToStr interface - shouldn't this be documented? I was using toStr() for int but now need it for float - checked in docs, nothing. Then i tried and what do you know, it worked...
Is that new? I thought I remember having a problem in the past where I forgot a value would be a float instead of an integer, and I got crashes with toStr() (but I could be remember wrong)