Hy folks,
I can't find a routine to convert an integer to a string.
What I found is hex() but I want the decimal value and not in
hex format.
Have I missed this routine somewhere ?
Markus
Integer to String
Re: Integer to String
Like Str() ?
Good programmers don't comment their code. It was hard to write, should be hard to read.