TextField not accept control character
953950Aug 5 2012 — edited Aug 8 2012Guys, I would like to know how to a TextField can accept control characters, like "Start of Header (SOH) in ASCII". I have a message that uses this character as a separator, so I need to identify it to know when to break the message. Thanks.
Example of message:
1301=XBSP10=102
There's a SOH control character between XBSP and 10.