Extractor Pattern Returns Multiple Values - How do I get each value

Here is my extractor pattern:

; >Note:

;

;

;

~@NOTE@~

However in the scrapped file >Note: occurs multiple times and there is nothing distinguishable for each occurrence.

When I "apply pattern to last scraped data", it displays all the found values - Sequence 0 and the information --- Sequence 1 and the information.

My question is how do I to out.write each of sequence values?

I can get the first value, but that's it.

This is how I'm currently getting the data to a file:

out.write( session.getVariable( "NOTE" )+ "\t");