|
-
Feb 23rd, 2012, 12:05 PM
#11
Re: fail while reading string
Just so you guys know the functions with $ on the end are a bit faster than those without.
I have did some testing in VB6 and in every case I have tested There is a very small increase in speed when using functions like CHR$() Mid$() Right$() vs CHR() Mid() Right() as well as others I have tried.
Personally I usually do not use the $ just for readability but there is a small hit to performance for not using it. In VB6 anyway.
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
|