I am using tokenat() to parse image urls into an array in a loop. I tried tokenat(DocViewer_pageuri,loopindex,newline), tokenat(DocViewer_pageuri,loopindex,"\r"), and tokenat(DocViewer_pageuri,loopindex,"\n")
DocViewer_pageuri is a string of urls from the server.
"example.com/image1.jpg\r
example.com/image2.jpg\r
exmaple.com/image3.jpg"[/code:2ty4h2b5]
Then entire string gets placed into Array[0] instead of each url being placed in a separate element of the array.