Archive: strange behaviour


strange behaviour
Hi,
I like NSIS very much, but I don't understand why do I have to find such phrase in the examples:

Section "" ; empty string makes it hidden
; write reg crap
StrCpy $1 "POOOOOOOOOOOP"
DetailPrint "I like to f*ck sheep $1"


Thank you,
Radu.


What's the problem with it? It's just an example, a funny one.


:)


just an example, or you can use this too. it does the same with other words ;)

Section ""
StrCpy $1 "MILK"
DetailPrint "I like to drink some $1"
SectionEnd

is it better? :)