Forum Discussion
tim_beynart
8 years agoChannel Surfer
The space is there for the negative sign. Use toStr() on the number instead. https://sdkdocs.roku.com/display/sdkdoc/ifToStr
myInteger = 12345
myIntegerString = myInteger.ToStr()