April 25, 2024, 07:47:45 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


@EDIT control

Started by ckoehn, September 01, 2010, 02:10:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ckoehn

How can you make a program show the last line of an EDIT control?  When you add text to an EDIT control like this: SETCONTROLTEXT(w1,EditBox,GETCONTROLTEXT(w1,EditBox)+" some other text") it always shows the first lines that have been entered, not the last.

Thanks,
Clint

Egil

This issue has been raised before. Check this page: http://ebasic-aurora.com/forums/index.php?topic=3174.0.html
I used the information found there in my UDP Chat program ( http://ebasic-aurora.com/forums/index.php?topic=3349.0 )

Good luck!

Egil
Support Amateur Radio  -  Have a ham  for dinner!

ckoehn

Thanks, Egil.  I thought there was something somewhere but I couldn't find it.

Later,
Clint