I use a TEXT object like many of you as a debugger, I write variables and onClick etc... to that box so I can see where I am, state of values etc... Is there a way to write to it, but also have it be scroll-able? Or do you all do it differently, more effectively?
Just looking for somewhere to dump values, an endless void while debugging. In HTML I would typically use a DIV with scroll-bars, but not sure what the equivalent in C2 would be. Thanks