Copying textarea

BlitzPlus Forums/BlitzPlus Programming/Copying textarea

bushsolo(Posted 2003) [#1]
Is there an easy way to make a copy of a textarea or should I read one into the other line by line?


soja(Posted 2003) [#2]
What's wrong with using TextAreaText and SetTextAreaText?