[futurebasic] 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 21:05:33 -0500
I know of two ways to append text to an EDIT FIELD:

TEKEY$ = str$

and

EDIT$(_ef1,_maxint,_maxint) = str$

What's the best way to make the EDIT FIELD scroll to the insertion point?

In the past I have used TEKEY$ but I wonder if there is better or 
more standard way.

-- 
Michael Kluskens <mkluskens@...>

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