Hey guys,
Long time, no read! 

Here is my grep search string:

set mybarcode to do shell script "grep -i -o '[*][0][0][0][0][0-9][0-9][0-9][0-9][0-9][*]' " & quoted form of POSIX path of myfile --search including asterisks


It looks at a PDF file converted to text and returns a list of barcode numbers......that part is easy.
How do I make that list delimited so that Item 1 of my barcode is the first entry in my list instead of just being the first character of the first entry in the result?

For example:   My result list is a list of these type of items......*0000676767*
I want to select each item, but when I type "Display Item 1 of my barcode", I just get.....*

Thanks!
Bob Rutledge