Kypec
25th July 2002 13:37 UTC
IntFmt usage help
Hi there,
I'm doing my first steps with NSIS and it's going pretty well.
However, I couldn't find any description of IntFmt switches. Is there anybody who can explain me all the details about it? I mean %X stands for number with or without decimal point and so on...:confused:
Thank you very much, whoever you are :)
kichik
25th July 2002 19:36 UTC
IntFmt only calls wsprintf, so you can get all the information you need about formatting from MSDN.
Kypec
26th July 2002 11:51 UTC
Thanx kichik, you helped me a lot:up:
n0On3
27th October 2002 21:54 UTC
well, I don't know what MSDN is.
Then I don't know how to use that IntFmt thing:(
(maybe MicroSoft Does Nothing)
Joost Verburg
27th October 2002 21:56 UTC
Microsoft Developer Network :D
http://msdn.microsoft.com/
kichik
27th October 2002 21:57 UTC
And here's a direct link to the wsprintf page to save the trouble looking in MSDN (and it usually is :D):
http://msdn.microsoft.com/library/de...s/wsprintf.asp
n0On3
27th October 2002 23:43 UTC
thanks
:)
:rolleyes:
:up:
:eek:
:p
;)