M
mp
In vb6 it was recommended to avoid & due to overhead
preferrable to use a class such as Karl Peterson's cStringBuilder instead
Help in vbdotnet says to use & to build strings
I was expecting the string object to have a .Append method or similar but
don't find one
when I use the .Concat (which i was guessing was equivalent) method i get
warning
Access of shared member, constant member, enum member or nested type through
an instance; qualifying expression will not be evaluated.
so is & ok to use? or what is preferred method?
thanks
mark
preferrable to use a class such as Karl Peterson's cStringBuilder instead
Help in vbdotnet says to use & to build strings
I was expecting the string object to have a .Append method or similar but
don't find one
when I use the .Concat (which i was guessing was equivalent) method i get
warning
Access of shared member, constant member, enum member or nested type through
an instance; qualifying expression will not be evaluated.
so is & ok to use? or what is preferred method?
thanks
mark