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

Use two quotes instead of one:

ie) strFilter := 'Priority = ''high'' '; 
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to