Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Derbles

Pages: [1]
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!

Pages: [1]