Empty is a memory location containing nothing. It is not a value. It is the absence of a value. Null is not the absence of a value it is in fact ascii 0, represented by 00000000. An empty string would not even be that. Bob On Nov 8, 2012, at 11:34 AM, Ralph DiMola wrote: > Empty is a value too, but I wouldn't know how to evaluate it.