You are on page 1of 1

TextView.setValue(new Date().getDate().

toString());

-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------

var greetings = ArrayUtils.create(Type.string);


greetings[0] = 'ciao';
greetings[1] = 'hello';
TextView.setValue(greetings[0] + ', or ' + greetings[1]);

You might also like