Archive: IntFmt usage help


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 :)


IntFmt only calls wsprintf, so you can get all the information you need about formatting from MSDN.


Thanx kichik, you helped me a lot:up:


well, I don't know what MSDN is.
Then I don't know how to use that IntFmt thing:(

(maybe MicroSoft Does Nothing)


Microsoft Developer Network :D

http://msdn.microsoft.com/


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


thanks

:)

:rolleyes:

:up:

:eek:

:p

;)