Comparing value of a string with another number
#3

Adding to the above post, it's floatstr()

pawn Код:
new string[7] = "345.534"

printf("%f", floatstr(string));
prints out
Код:
345.534
Reply


Messages In This Thread
Comparing value of a string with another number - by GTXcube - 25.10.2012, 21:25
Re: Comparing value of a string with another number - by mamorunl - 25.10.2012, 21:34
Re: Comparing value of a string with another number - by ReneG - 25.10.2012, 22:08
Re: Comparing value of a string with another number - by GTXcube - 26.10.2012, 12:47
Re: Comparing value of a string with another number - by GTXcube - 26.10.2012, 13:41
Re: Comparing value of a string with another number - by GTXcube - 27.10.2012, 15:08

Forum Jump:


Users browsing this thread: 1 Guest(s)