Liste des Groupes | Revenir à cl tcl |
example: if you lookup "otto" in a database than you get a "non existing NULL" back it "otto" does not existsInteresting, you're now talking about a result set, which could be
TCL has *no** default "NULL" type to indicate this issue, TCL can give an empty string back like "" **but**
if the "empty string" is the real value for "otto" in the database THAN you can NOT distinguish the both cases
1) "otto" does NOT exists
2) "otto" exists BUT has the value ""
Les messages affichés proviennent d'usenet.