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

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

From: Michael S Kluskens <mkluskens@...>
Date: Fri, 16 Nov 2001 22:42:55 -0500
At 10:35 PM -0500 11/16/01, Bowerbird@... wrote:
>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

But is it Carbon-ready?  I was using TEKEY$ = "" already but I was 
concerned that it was going to cause me problems.  Using "" instead 
of " " you don't need the delete.  In my experience it seems to work.
-- 
Michael Kluskens <mkluskens@...>

Got a question? The answer is "I don't do windows."