I wonder if you could help me with this please. I have a system that mimicks a request dialog box. It has always worked correctly. I send a user event to an object to activate it. This is a a string with values separated by commas. Today I realised that in certain cases I cannot use commas because the values themselves contain commas. so I decided to use the § character instead as you can see in this picture.
I changed the code but got this error:
This is caused by the disabled code in the picture below. If I enable it I get the error.
I'm hoping you can tell me why.
John