I have defined a string or numeric array and I wish to display the value on a page. How do I display arrays in Scala?
Use this format: !([index]) Example for the array buffer. !(buffer[1])
Where 1 represents the first entry in the table. Remember Arrays
generally start at 1 in ScalaScript, not zero.



