HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

little error...

03-04-2005, 11:32 AM#1
Tabris
I have an error on this ligne

set udg_debug = !(udg_debug)

udg_debug is a boolean....
It doesnt work....

I need to make a if statement?

if(udg_debug) then
set udg_debug = false
else
set udg_debug=false
endif

???

EDIT : I have found, it is not "!" but simply "not"