View Single Post
  #1  
Old 03-24-2007, 04:15 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
enum and makevar

Do makevar() even work with enum?

PHP Code:
enum test
{
  
foo "bar",
  
bar "foo"
}
function 
onCreated()
{
  
temp."foo";
  echo( 
"TEST:" SPC makevar"test." temp.a));

  echo( 
"TEST:" SPC test.foo);

This echoes:

HTML Code:
TEST: 
TEST: bar
Do makevar work with enum?
__________________
Reply With Quote