is it somehow possible to unset a script variable?
i'm not absolutely sure, but looks like script variables can retains their values from processing of one request to another so it is important to be able to reset them.
-- juha
Hello,
$var(x) = null;
Daniel
On 06/08/07 17:06, Juha Heinanen wrote:
is it somehow possible to unset a script variable?
i'm not absolutely sure, but looks like script variables can retains their values from processing of one request to another so it is important to be able to reset them.
-- juha
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
well, seems to be missing :-) ... it should be added to core cookbook. I will fix that later today.
Cheers, Daniel
On 06/08/07 17:15, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
$var(x) = null;
thanks daniel,
i searched about 10 minutes openser documentation pages before asking the question. where is "null" value documented?
-- juha