Page 1 of 1

Integer to String

Posted: Wed Jan 28, 2004 5:20 pm
by Brujah
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

Re: Integer to String

Posted: Wed Jan 28, 2004 5:22 pm
by traumatic
Like Str() ?

Posted: Wed Jan 28, 2004 6:43 pm
by Brujah
Thanx.
Thats what I was looking for!