[Gambas-user] [Gambas-devel] Another attempt to sort out empty string being interpreted as null

richard terry rterry at ...1946...
Sat Feb 27 12:59:43 CET 2010


On Saturday 27 February 2010 21:58:11 you wrote:
> hresult!field=if(mycollection.exist(field), mycollection!field, null)
> 
That's not want I need, I want to be able to do this.

dim a_ollection as collection
acollection!firstname = "fred"
acollection!surname = "smith"
acollecton!salutation = "" (ie not null, an empty string)




More information about the User mailing list