[futurebasic] re: [FB] EDIT FIELD's & appending text

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 2001 : Group Archive : Group : All Groups

From: Bowerbird@...
Date: Fri, 16 Nov 2001 22:35:18 EST
michael said:
>   What's the best way to make the 
>   EDIT FIELD scroll to the insertion point?

edit field 1
setselect insertionpoint,insertionpoint
tekey$=" "
tekey$=chr$(8) : rem <-- the delete key

-bowerbird