Thread
:
enum and makevar
View Single Post
#
2
03-24-2007, 04:19 PM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
enums are for mainly integers, not strings. I think you want to use consts for strings, i.e.
PHP Code:
const
foo
=
"bar"
;
__________________
Last edited by Skyld; 03-24-2007 at
04:29 PM
..
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld