I have doubts about using class OUStringBuffer I want to implement this code:
x = new OUStringBuffer().append("a").append(4).append("c").toString();
(one example)
This snippet, missing something? (A declaration of variables?)
I need to include libraries or something?
Help me, regards.
