I’ve got a file with an predetermined Event type, and a field that I want to take a mid(string,2,2) to get the value in the parens. When I do it I get odd values back - like “40”. So I experimented with the left(string,#) function…
If you look at the attachments you can see the fields, values, and what is being returned.
Why would I get a 40 back if I do a mid function? And why can’t I get back the correct number of characters with the left function? Does the field have some other control characters or something that I can’t see since it’s a multiple choice field?