Gussimulator wrote:
Thanks Christian, I'll give it a shot later.Just because using quotation marks (did a quick macro that adds them to my string) did the job, doesnt mean its a better solution than this one.
In particular, if your strings include the ' character, you will need to double it (make it '' ) somehow, and the quote() function will take care of this, as well as enclosing the string in quotation marks.
Gerry