PluggableTextMorph>>appendText:aTextOrString

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

PluggableTextMorph>>appendText:aTextOrString

DougEdmunds
Is there a limit to the amount of text (size of the string)
that can be accumulated in
PluggableTextMorph>>appendText:aTextOrString ?

If so, what's the limit?

If so, how do you test the size?

Does the performance of 'appendText:' degrade as the
string lengthens?