[Gambas-user] tags

Jean-Yves F. Barbier 12ukwn at ...626...
Sat Nov 14 17:35:09 CET 2009


Fabien Bodard a écrit :
> the same  but with a collection to share the result

the access is also *very* easy:
	
	>>> o = Storage(a=1)
        >>> o.a
        1
        >>> o['a']
        1
        >>> o.a = 2
        >>> o['a']
        2
        >>> del o.a
        >>> o.a
        None


-- 
Sensible and responsible women do not want to vote.
		-- Grover Cleveland, 1905




More information about the User mailing list