|
-
Mar 9th, 2007, 12:32 PM
#1
Thread Starter
Lively Member
Re: kill file
What difference between vbNullString and ""?
-
Mar 9th, 2007, 12:39 PM
#2
Re: kill file
 Originally Posted by junlo
What difference between vbNullString and ""?
Memory allocation.
"" has a length of 0 but still takes up memory. vbNullString requires no memory.
Here is a brief tutorial.
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
|