Hi,
Does VBA have an object or function similar to StringBuilder in java or StringBuffer in c#? Basically, some way, in code, to append to a String rather than multiple "stringa = stringa + stringb" statements? Come to think of it, does anybody know if VBA has the same memory behaviour which makes these java/c# objects worthwhile, if not then I guess there would not be much point in having a StringBuilder-style object?
Thanks
Pete
Does VBA have an object or function similar to StringBuilder in java or StringBuffer in c#? Basically, some way, in code, to append to a String rather than multiple "stringa = stringa + stringb" statements? Come to think of it, does anybody know if VBA has the same memory behaviour which makes these java/c# objects worthwhile, if not then I guess there would not be much point in having a StringBuilder-style object?
Thanks
Pete