Thread
:
Bind a variable to a function?
View Single Post
#
7
09-11-2006, 04:03 PM
ApothiX
Okiesmokie
Join Date: May 2004
Posts: 1,447
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.
")
ApothiX
View Public Profile
View GraalOnline Profile
Find all posts by ApothiX