
StringReplace of forbidden characters like * and " etc.
StringReplace of forbidden characters like * and " etc.
How can i replace a " in StringReplace ?
StringReplace stupport StringEscape
Simples ;-)
All string functions in DataEase 8.5 support StringEscape.
This means that you can use the code for " which is /' directly in your strings and DataEase 8.5 will convert it to ".
StringReplace(TestField,"/'","X")