Hi,

Can you use append like a string builder class and then pass it
e.g.

var text = new ??????
text.append("blah");
text.append("Oh");

return text.toString();

can this be achieved or do I need to build my own method?

Thanks

Reply via email to