Martijn,

No difference really - one can wrap a string in single or double quotes - doesn't really matter...

Where it does matter (bigtime) is when we're trying to specify quotes within strings - if string contains single quotes - wrap in double quotes - if string contains double quotes (the usual case), wrap in single quotes ... it just helps KiXtart with the parsing bit ... now how would one wrap a string that contained both single and double quotes - probably would need a bit of string addition for that ?

-Shawn

[ 08 November 2001: Message edited by: Shawn ]