Adding text to a textarea

BlitzPlus Forums/BlitzPlus Programming/Adding text to a textarea

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.

Try:

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

Thanks, I'll give it a shot.

Can hardly wait for the eventual richedit control in B+! :)

Russell