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!]

Reply via email to