Using 2019 3.2
How can I find this character that is causing this:
Unhandled RuntimeException
Message: The data could not be converted to text with this encoding.
I’m putting it in a list box:
lstProviders.Cell(lstProviders.LastIndex, 2) = rs.Field(“Title”).StringValue.UTF8
This was working fine. Nothing is jumping out at me looking at the data.
Thanks