where to find info about this?
#2

Quote:
Originally Posted by Khelif
hello
I have searched some info about '%s' '%d' '%.3f' '%.0f' '%d' thingys, but found nothing besides whole new level of frustration..
please can someone provide me a link?
In simple words
%s = for letters just like these
%d = %i = for a number (1 or 402)
%f = for floats (1.5464 or 486.46186)
%.3f = floats but with only 3 numbers after the , (1.333 or 5.486)
%.0f = floats but no numbers after the , = %d
Reply


Messages In This Thread
where to find info about this? - by Khelif - 13.04.2009, 11:45
Re: where to find info about this? - by FUNExtreme - 13.04.2009, 11:49
Re: where to find info about this? - by Khelif - 13.04.2009, 11:53

Forum Jump:


Users browsing this thread: 1 Guest(s)