Thread
:
const arrays
View Single Post
#
2
02-15-2007, 08:11 AM
Twinny
My empire of dirt
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Might be able to do
PHP Code:
const
var1
=
1
;
const
var2
=
2
;
const
var3
=
3
;
array = {
var1
,
var2
,
var3
};
Twinny
View Public Profile
View GraalOnline Profile
Find all posts by Twinny