Hi All,
I have a string in which are present "" values, I can't remove those char using strrem func, any advice?
thank you
Hi All,
I have a string in which are present "" values, I can't remove those char using strrem func, any advice?
thank you
At the end this line worked: strRemoveCr(strReplace(MyTable.myField,'"', ''))
I will, thank you. I will mark your answer once I'll have tried.
Francesco.
Have you tried using the strSplit function?
Try using string split function. It will split the string based on the delimiter(example ""). and it will return a list. You can loop through the list to get all the values. and concatenate them.
Thanks,
Girish S.
The string has inside the quotes that's why I' can't find a way to remove them. I have thinked about regular expression but still I didn't figure out how to solve that.
Anyway the string is similar to this: String"with"UnwantedValues
Hi francesco.sch,
Normally the string values are represented with double quotes.
Can you show us the string values? I mean how the string values look like where you want to remove ""?
Thanks,
Girish S.
André Arnaud de Cal...
294,336
Super User 2025 Season 1
Martin Dráb
233,025
Most Valuable Professional
nmaenpaa
101,158
Moderator