View Single Post
  #3  
Old 07-26-2010, 11:04 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
I don't understand your question but maybe this will help.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
temp.dumbarray = {12345};
  
swapElement(temp.dumbarray.link(), 04);
  echo(
temp.dumbarray[0]); // echos 5
}

function 
swapElement(temp.arrab) {
  
temp.old temp.arr[b];
  
temp.arr[b] = temp.arr[a];
  
temp.arr[a] = temp.old;

__________________
Quote:
Reply With Quote