I'd like to use a multiline (or a note) control to display an onscreen log of actions taken by a maintenance routine. Basically, I want the ability to programmatically push new values into the list, either at the top or the bottom with automatic scrolling.
In other languages I'm used to accessing the content of such a control as a list or array, at which point I can use list functions like .add or .insert. How do I do this in Zoho? I can't find any relevant documentation as yet.