1
The Axe Parser Project / Convert Number to String
« on: November 23, 2017, 02:52:09 am »
Hey Everyone,
Is it possible to convert a number into a string?
For example, I have the String: "You found # $s"
Now I'm trying to replace the # with a number and replace the $ with a string.
It's trivial to replace the $, but I'm having trouble a number such as 25 into a string (list of chars).
Any thoughts?
Thanks!
Is it possible to convert a number into a string?
For example, I have the String: "You found # $s"
Now I'm trying to replace the # with a number and replace the $ with a string.
It's trivial to replace the $, but I'm having trouble a number such as 25 into a string (list of chars).
Any thoughts?
Thanks!