Integer to String

Linux specific forum
User avatar
Brujah
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Nov 03, 2003 7:45 pm
Location: Germany
Contact:

Integer to String

Post 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
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Re: Integer to String

Post by traumatic »

Like Str() ?
Good programmers don't comment their code. It was hard to write, should be hard to read.
User avatar
Brujah
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Nov 03, 2003 7:45 pm
Location: Germany
Contact:

Post by Brujah »

Thanx.
Thats what I was looking for!
Post Reply