rursu
29th July 2003 10:12 UTC
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.
kichik
2nd August 2003 11:09 UTC
What's the problem with it? It's just an example, a funny one.
Afrow UK
2nd August 2003 12:03 UTC
:)
McKenna
2nd August 2003 14:50 UTC
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? :)