[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Suggestion about Collection
[Thread Prev] | [Thread Next]
- Subject: Suggestion about Collection
- From: Fabien Bodard <gambas.fr@xxxxxxxxx>
- Date: Sun, 5 Oct 2025 14:30:33 +0200
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
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
Re: Suggestion about Collection | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |