Simple array question

hi

how do I access pArray outside the lv-function??

  • lv.onData = function(text){
    pArray = text.split("&");
    }
    }

And how can I make a copy of an array? working best with a for-loop?

regards, henrik