Actionscript - Dynamic text unlimited characters

Hello friends, I wanted to know if it is possible and if you could guide me to make one of the dynamic texts like “f0” could have unlimited characters.
I managed to stretch the amount inside the flash to about 420, but I need more.

If anyone knew I would appreciate it!

I don’t understand what makes it to only go to 420. What are you trying to do? What kind of text do you want to display?

Are you referring to the field (variable) name’s length or the actual content of the variable?

I want to make a roll at the bottom on the screen.
The dynamic text field I draw in Animate, has a limit.
In the actual font and size I get 410 characters.
I need a actionscript code for that textfield to increase the size of the characters I can write in caspar player.

I mean the amount of characters that I can write inside the textfield “f0”

Oh I see. You should draw it the size you want for testing and use code to expand the field like:
f0.AutoSize = TextFieldAutoSize.LEFT

You should override the SetData function and the autosize must be called after the super.SetData(xmlData); call.

How I do this:
Override the SetData function and the autosize must be called after the super.SetData(xmlData); call.
?

Take a look at these guides: