where to find info about this?
#1

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?
Reply
#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
#3

yes thanks, I was just wondering how to do 1000000 => 1.000.000?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)