[Gambas-user] Insert the specified text at the cursor position.

Steve Starr comtux at ...626...
Tue Aug 16 05:40:14 CEST 2005


I am trying to insert text where the cursor is positioned
but the text i add is added to the end of the last word in textarea.
and never at the cursor possition.
Any ideas on how i fix this?

PUBLIC SUB Button1_Click()
textarea1.Text = textarea1.Text & "Hello"
END




More information about the User mailing list