Thread: const arrays
View Single Post
  #2  
Old 02-15-2007, 08:11 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Might be able to do
PHP Code:
const var1 1;
const 
var2 2;
const 
var3 3;
array = {
var1var2var3}; 
Reply With Quote