On Fri, 16 May 2008, Rainer Schwarze wrote:
these are fields. A quick solution is this: Pass the extracted text string through a filter which removes the field codes. Fields are delimited by 0x13 (start), 0x14 (separator) and 0x15 (end) bytes. With fields which don't have a separator (0x14), remove all from 0x13 to 0x15.

I've just added some code to svn to implement this algorithm. It's on Range, and is Range.stripFields(String)

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to