A
Anthony Nystrom
If a field within a db is null, would Len(field) = 0 return true? Null, I
know it will if nothing is in the field which of course is different from
null....
or must my code inc both:
field = value.isdbnull is true or Len("field") = 0
This is a string dt returned withina table within my ds... So I know Len
works when it is not null.... Just wondering if null would be true for Len
as well?
Thanks,
Anthony Nystrom
know it will if nothing is in the field which of course is different from
null....
or must my code inc both:
field = value.isdbnull is true or Len("field") = 0
This is a string dt returned withina table within my ds... So I know Len
works when it is not null.... Just wondering if null would be true for Len
as well?
Thanks,
Anthony Nystrom