You hit the point %Boolean s an excellent example it can be TRUE, FALSe or NULL
in Caché terms: 1, 0, ""
Your example ^CODE("TNO","BIO",291,"AKI")) is partially misleading in that sense that a global subscript can NEVER be ""
while the content of $LB() can be $LB(1,2,"",4) or $lb(1,2,,4) here you find your "undefined" again,
similar to NULL in SQL (which is a different story)
- Log in to post comments