Name:
Anonymous
2009-07-27 14:10
can i remove the leading zeros from a float value using sprintf and a float value such as 0.9 ?
Name:
Anonymous
2009-07-27 14:58
only sprintf allowed lol, no regex or string manipulation functions.
i guess it can't be done so it's a pretty stupid question...