Simplicty and flexibility!


StringReplace of forbidden characters like * and " etc.


Started by Bert
Search
You will need to Sign In to be able to add or comment on the forum!

StringReplace of forbidden characters like * and " etc.

How can i replace a " in StringReplace ?


Written by Bert 02/07/15 at 08:46:34 Dataease [{8}]FIVE

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")

Written by DataEase 02/07/15 at 09:15:35 Dataease [{8}]FIVE
DG3_ForumList