<div dir="ltr">ok it works! i just review the code at JSON module and paste in my inherist collection and thanks Tobias!<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><font color="#888888">Lenz McKAY Gerardo (PICCORO)</font><div><font color="#888888"><a href="http://qgqlochekone.blogspot.com" target="_blank">http://qgqlochekone.blogspot.com</a></font></div></div></div>
<br><div class="gmail_quote">2018-06-14 11:20 GMT-04:00 PICCORO McKAY Lenz <span dir="ltr"><<a href="mailto:mckaygerhard@gmail.com" target="_blank">mckaygerhard@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>hi Tobias and all, i review the JSON component and see that:<br><br>If IsNull(Value) Then Value = JSON.Null<br><br></div>and the JSON module has this that i dont know where i put in my new collection class:<br><br>Public Sub _init()<br>  <br>  $vNull = VarPtr($vNull) '<br>  <br>End<br><br></div>and then when read try to detect the JSON.null and if detected set the return to null<br><br></div>so if i inherits and make my onw collection class like json module does? jus i copy the same code as JSON componente will work? where i must put the init code of the null json value?<br><br></div><div class="gmail_extra"><span class=""><br clear="all"><div><div class="m_-683023297973454871gmail_signature" data-smartmail="gmail_signature"><font color="#888888">Lenz McKAY Gerardo (PICCORO)</font><div><font color="#888888"><a href="http://qgqlochekone.blogspot.com" target="_blank">http://qgqlochekone.blogspot.<wbr>com</a></font></div></div></div>
<br></span><div><div class="h5"><div class="gmail_quote">2018-06-13 16:27 GMT-04:00 PICCORO McKAY Lenz <span dir="ltr"><<a href="mailto:mckaygerhard@gmail.com" target="_blank">mckaygerhard@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span>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></span><div class="gmail_extra"><div class="gmail_quote"><span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>
</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></span><div>ohh  god dam! <br></div><span><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></span><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><span><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/com<wbr>p/gb.web/jsoncollection</a><br>
<span class="m_-683023297973454871m_-2086374023772988779HOEnZb"><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></span></div><br></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>