[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] clear all values


On Mon, 29 Aug 2005, suppressed wrote:

How would one clear the entire value space in the 4.8 series? I know userdb has a function to do this at logout, but I don't feel comfortable using it because I don't have a userdb for this particular site.

I tried the code below, which I ripped from the values-space usertag, and it looked OK but didn't seem to actually do anything:

[perl]
	$Vend::Session->{values}={};
	$::Values = {};
	return;
[/perl]

I even threw an [update values] after it, which yielded the same result.

I would think this would work:

[calc] %$Values = (); return; [/calc]

Jon


--
Jon Jensen
End Point Corporation
http://www.endpoint.com/
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.