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
Difference of 'some valaue' and "some value"
3 posts
Between 'xxxx' and "xxxx" there is not difference, check out the manual,
Re: Difference of 'some valaue' and "some value"
Originally posted by xirisoneWell...there's ony way to find out... try try try 😞
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