Thread
:
Dynamic string names...?
View Single Post
#
2
02-13-2009, 02:23 PM
thatdwarf
Former UN Dev Admin
Join Date: Nov 2005
Posts: 42
with a dynamic variable call:
PHP Code:
itemID
=
1
;
foo
=
"Long Sword"
;
clientr
.
item_
(@
itemID
) =
foo
;
echo(
clientr
.
item_
(@
itemID
));
would echo "Long Sword";
That's the basic idea behind the calls.
thatdwarf
View Public Profile
View GraalOnline Profile
Find all posts by thatdwarf