Hi,
I've just been reading some tips on performance for VB6.
I'm planning to change my empty string settings to use vbNullString and to do Len() tests instead of testing for "" since its faster.
I'm also planning, some time in the future, to move to VB.NET and I'm woundering if you get the same performance gain in VB.NET
This is because there is a slight 'code readability' degrade in using these methods, so if they dont help in VB.NET I dont want to convert my project to use the vbNullString and Len().
Thanks,
Rob D
I've just been reading some tips on performance for VB6.
I'm planning to change my empty string settings to use vbNullString and to do Len() tests instead of testing for "" since its faster.
I'm also planning, some time in the future, to move to VB.NET and I'm woundering if you get the same performance gain in VB.NET
This is because there is a slight 'code readability' degrade in using these methods, so if they dont help in VB.NET I dont want to convert my project to use the vbNullString and Len().
Thanks,
Rob D