Assigning Texture using WWW into Texture Array?

Is there a way to assign texture into array using the unity’s WWW and not from dragging texture from the inspector into an array? I would like it to dynamically add my screenshots incrementally into the array. Sorry for the noobbish question. Thank You.

-Sixakoo

Of course, just declare the array and assign away, probably just the way you imagine it.