Hi James,

> A nice easy one for a Friday. How do I include a ' in a string i.e
> strFilter := 'Priority = 'high' ';

Don't you just use
        strFilter := 'Priority = '''high''' ';

???

Don't know for sure as I'm a BCB user and it's been a long time since I
used Pascal!

Regards,

Bevan
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to