Strange comma in the string

Hello,

one strange problem here >

i have a string in the field. That string contains a comma.

But using the formula commands to find, replace, explode (like: @contains(string;“,”),…) that string are not successfull, cause they cannot find that comma.

After i edit that field manually and replace the comma with the comma, the formula commands are working…

It seems like that the comma was not comma…really strange.

Somebody has seen that problem? Thnx for any help…

Subject: Strange comma in the string

I have seen that before in my URL’s in the form . there was some unexpected charaters that I can’t see them in the form but in the url in browser where i get 404 error i saw then in the address bar . Something like ُ .

you can’t see this character in the domino forms if you copy that and paste it in the form.

I don’t know where it comes from.Maybe there was a mistake in code typing!!!

Subject: Strange comma in the string

Is the “allow multiple values” property set for the field? If so, you probably have the comma set as a list separator, so it’s automatically removed from the string and the text on either side is being stored as two values instead of as one.