xirisone
29th March 2007 14:20 UTC
Difference of 'some valaue' and "some value"
Hi there,
is there a difference between 'xxxx' and "xxxx" ?
E.g. will the following samples work differently?
${If} $0 == 'some value'
; do something
${EndIf}
${If} $0 == "some value"
; do something
${EndIf}
TIA,
xirisone
Red Wine
29th March 2007 15:25 UTC
Between 'xxxx' and "xxxx" there is not difference, check out the manual,
http://nsis.sourceforge.net/Docs/Chapter4.html#4.1
Joel
29th March 2007 15:47 UTC
Re: Difference of 'some valaue' and "some value"
Originally posted by xirisone
Hi there,
is there a difference between 'xxxx' and "xxxx" ?
E.g. will the following samples work differently?
${If} $0 == 'some value'
; do something
${EndIf}
${If} $0 == "some value"
; do something
${EndIf}
TIA,
xirisone
Well...there's ony way to find out... try try try :blah: