I've recently started programming with EjsS and one of the problems I've come across is when using multiple text areas for displaying strings. As far as I know, you have two predefined methods: _view.print() and _view.println() which enables you to print a string in the last text area created. But, what code or method would you use for displaying text strings in text areas created before the last one, for which both aforementioned methods don't work? I have tried using view.print(), but I might be doing something wrong...