Special characters in TMemoView
I have a report where I cast values to a TMemoView component. The string contains a [ character as seen below:
8E SCHOOL STREET ,MILNERTON ,CAP[ETOWN
It gives me an error, something about a parameter mismatch ETOWN and then creates a completely blank report. Is there a way around this other than removing the character from the string?
8E SCHOOL STREET ,MILNERTON ,CAP[ETOWN
It gives me an error, something about a parameter mismatch ETOWN and then creates a completely blank report. Is there a way around this other than removing the character from the string?
Comments
Thank you, that resolved the issue completely.