|
-
Jul 10th, 2006, 08:43 AM
#1
Re: String Manipulation. "" vs chr(0)
 Originally Posted by bushmobile
Well, if we test it:
VB Code:
Dim s As String
s = Text1.Text
Debug.Print StrPtr(s)
we get 0, so Text1.Text returns vbNullString if empty, not ""
Bush.. Thank you for the point.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|