Stuart McLachlan
stuart at lexacorp.com.pg
Thu Aug 25 00:13:14 CDT 2005
On 24 Aug 2005 at 23:43, John W. Colby wrote: > So I have to search the input string looking for all single quote ' > characters and replace it with two single quote characters ''? I was afraid > of that. > No, you don't have to look for them all. Just use the Replace() function on every string as a precaution. -- Stuart