Consultor Eletrônico



Kbase P17051: How to use the REPLACE function with double quotes
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/11/2003
Status: Unverified

GOAL:

How to use the REPLACE function with double quotes

FIX:

Use the single quotes to signify your strings

REPLACE(VarString, '"', '""').

This would Change all single occurances of double quotes(") with 2 sets of double quotes("").