I am asking this because I have a Log field that, when needed, I can check on desktop and mobile to see what happened in my app.
Log files can be quite big, for their own nature, but I set a limit, on launch, for the number of lines that get saved, but I guess it wasn't enough.
Today, opening the log, the script stopped with an error: "value is not a number" on the following line
Code: Select all
set the height of field "DebugList" of me to tFormattedHeight
So, my question is:
is there a limit for formattedHeigh?
is there a limit for the number of lines in a field?
where can I find these informations?
Thanks
Trevix