<div dir="ltr">2018-06-13 15:36 GMT-04:00 Tobias Boege <span dir="ltr"><<a href="mailto:taboege@gmail.com" target="_blank">taboege@gmail.com</a>></span>:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
</span>The empty string is equal to Null in Gambas and assigning Null to a<br>
collection slot deletes it. You can get around this limitation, but you<br>
have to create the logic yourself.<br></blockquote><div>ohh  god dam! <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
For example JSONCollection [1] from gb.web allows you to store a Null-ish<br>
value, but instead of Null itself, you have to store the special token<br>
JSON.Null (which is actually not Null, if you're still with me).<br></blockquote><div>i got it, that special value permits to store null and not delete the key!<br><br></div><div>damm! i need something like php array does!<br><br></div><div>this king of "misc" stop gambas gain force in web/app<br><br></div><div>umm ok thanks Tobiaas!<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Regards,<br>
Tobi<br>
<br>
[1] <a href="http://gambaswiki.org/wiki/comp/gb.web/jsoncollection" rel="noreferrer" target="_blank">http://gambaswiki.org/wiki/<wbr>comp/gb.web/jsoncollection</a><br>
<span class="HOEnZb"><font color="#888888"><br>
-- <br>
"There's an old saying: Don't change anything... ever!" -- Mr. Monk<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</font></span></blockquote></div><br></div></div>