View Single Post
  #7  
Old 09-11-2006, 04:03 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
You can also do:

PHP Code:
arr = array({"a","b","c"},{"one","two","three"}); 
with(arr) {
  
temp.var = item("b"); 

__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote