Excuse me... I don't understand...

In Lazarus, the var <b> is double quoted in result <d>
Testing your suggestion the result is same :-)

Paulo

johnf escreveu:
On Thursday 13 April 2006 11:42, Paulo wrote:
d := a + ' ' + b + ' ' + c;

I think you want
d := a +  b +  c;

You added the quotes in the quotedstr().

John

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to