You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have a string which i read into my application from a Passport
document. I need to parse the string and put the text in several edit
boxes so i can post to a database.
The string format is : P<AAABBBBBBB<<CCCCCC<TTTTTTTT<<<<<<<<<<<<<<<
I want to pick up the P and store in edit box. and the same for the
rest of the string.
The postion of the "<" varies depending on the document.