if
put tx.charPosToLoc(274)
(the 2nd character after the last) returns the same point, then I'd
say it's a feature - it shows you where the end of it is
(where the insertion cursor would blink after the last char ?)
-Buzz
At 5:42 PM -0700 7/16/01, Kerry Thompson wrote:
>Did you know this?
>
>tx = member("text display member")
>
>put tx.char.count
>-- 272
>
>put tx.char[272]
>-- "e"
>
>put tx.charPosToLoc(272)
>-- point(242, 263)
>
>put tx.char[273]
>-- ""
>
>put tx.charPosToLoc(273)
>-- point(255, 263)
>
>Is this a bug or a feature? It's returning a point for a character
>that doesn't exist.
>
>Cordially,
>
>Kerry Thompson
>
>
>[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!]
[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!]