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

Suggestion about Collection


Hi Benoit,

I think a standard way to disable the collection autoremoving for null
entry will be interesting.

You have used an inherited class to do that in JSON... but finally why not
just add a function to the collection instance ?

Dim c as Collection
c.AllowNull = true (Default = false for back compatibilty)

--
Fabien Bodard

Follow-Ups:
Re: Suggestion about CollectionBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>