List of external images into an array

hi there,

I am trying to get a list of image files into an array and am having problems, here is the contents of the text file:

&images=“image1.jpg”, “image2.jpg”, “image3.jpg”, “image4.jpg”, “image5.jpg”

I want to get them to display in an array like this:

this.pArray = [“image1.jpg”, “image2.jpg”, “image3.jpg”, “image4.jpg”, “image5.jpg”];

i am assuming i will have to use load variables but i don’t know how.

Cheers,

Bob
www.bobcooper.org.uk
info@bobcooper.org.uk
07840 978569