Cableguy Expert Licensed User Longtime User Jan 3, 2009 #1 Hi... I need to setup a string wich is composed of several, (abou 30 or so), lines of text... Combinming all this in an inline String is very tricky.... Setting 30 or so strings and then combining them will work, but is there any easier alternative?
Hi... I need to setup a string wich is composed of several, (abou 30 or so), lines of text... Combinming all this in an inline String is very tricky.... Setting 30 or so strings and then combining them will work, but is there any easier alternative?
agraham Expert Licensed User Longtime User Jan 3, 2009 #2 Cableguy said: Setting 30 or so strings and then combining them will work, but is there any easier alternative? Click to expand... Look at StringBuilder in my StringsEx library. It is meant for just such things and is faster and more efficient than using ordinary strings.
Cableguy said: Setting 30 or so strings and then combining them will work, but is there any easier alternative? Click to expand... Look at StringBuilder in my StringsEx library. It is meant for just such things and is faster and more efficient than using ordinary strings.