BBC BASIC for Windows
General >> General Board >> RichEdit
http://bb4w.conforums.com/index.cgi?board=general&action=display&num=1441702757
RichEdit
Post by KenDown on Sep 8th, 2015, 08:59am
I have a program that uses an EDIT window, which I set up using the example program as my model. I also use the method given by Richard in the Wiki (http://bb4w.wikispaces.com/Inserting+characters+into+the+keyboard+buffer) to type things into the EDIT window automatically.
I now want to use the facilities offered by RichEdit20A and set up the window as per the example, but when I try to type things in automatically I cannot get more than one line.
In the old method PROCtype("A"+CHR$13+"B") produced
A
B
with RichEdit I get
AB
Can anyone help, please?