>   Can't find END key ASCII listed in my ASCII appendix of Dir
> 8.5 manual, so
> wondering if it is possible for Lingo to emulate a key press
> of the END key
> in a field sprite?  I am referring to the END key in the
> group of 6 keys to
> the right of the main keyboard itself. The 6 are: (top row)
> Insert, Home,
> Page Up; (bottom row:) Delete, End, and Page Down.  AFter
> scanning the Lingo
> dictionary, I can't find any keyword that fits the bill, so
> maybe there is a
> workaround. What I'm after is something like this:
>
> SendThisKey(END) to field "MyNotes"

you can

1 - find the last character in the field
2 - set the cursor to that place using the selStart & the selEnd.
setting them to the same value puts the cursor in that location.

hth

Al Hospers
CamberSoft, Inc.
al<at>cambersoft<dot>com
http://www.cambersoft.com

A famous linguist once said:
"There is no language wherein a double
positive can form a negative."

YEAH, RIGHT



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to