Ordered List Copying

I making a sketching graph stories lesson. On one page I’d like to students to order a list to create their story and then I’d like them to sketch the story on the next slide. There is not a correct order for the list. Is there a way to copy the ordered list onto the next slide or put it into a table on the next slide?

You can use textAtIndex. So, in a table (with ordered list, OL1), for instance:

cellContent(1,1): OL1.textAtIndex(1)

Thank you very much for the simple answer to a simple question. worked out perfectly, I was missing putting the cellcontent and textatindex together in one line.