Adding text to a textarea

BlitzPlus Forums/BlitzPlus Programming/Adding text to a textarea

dirkduck(Posted 2003) [#1]
Hey everyone. Since the new update, is it possible to add text to a textbox, in a defined part of the box (i.e. at the cursor..etc)? I've looked at AddTextAreaText, but im under the impression that text can only be appended to the end through this command. Thanks.


cyberseth(Posted 2003) [#2]
Try:

SetTextAreaText textarea,txt$[,pos,len,units]


dirkduck(Posted 2003) [#3]
Thanks, I'll give it a shot.


Russell(Posted 2003) [#4]
Can hardly wait for the eventual richedit control in B+! :)

Russell