Search found 1 match

by kitoeag
Monday 23rd May 2022 10:05pm
Forum: General
Topic: Copy lines from TextArea
Replies: 2
Views: 1390

Copy lines from TextArea

Hello everybody. I want to copy some lines from one TextArea and paste into another. In the old version of Gambas I used the commands below. But now they don't work anymore. TextArea1.Insert(gb.NewLine & TextArea2.Lines[6].text & gb.NewLine & TextArea2.Lines[7].text & gb.NewLine &...