Gossamer Forum
Home : Products : Gossamer Links : Discussions :

How can I set a variable to default null in admin?

Quote Reply
How can I set a variable to default null in admin?
Hello,
I have tried to set a variable to default null in the admin script but have no success.

I have tried :

...., myvariable = null
the result is that it is not null but a text "null"!!
...., myvariable = ''
not null but a text ''

Can somebody help me?

Thanks
mikado