This is better:

on returnInField
  put "char" && the mouseChar && "of " && the mouseline into fld "fWHERE"
end returnInField

as it will give a selected character as well as its location.

This is even better:

on returnInField
  put "Text" && quote & the selectedText & quote && "of " && the mouseline into 
fld "fWHERE"
end returnInField

as it will give selected text as well as its location.

sincerely, Richmond Mathewson.
____________________________________________________________

A Thorn in the flesh is better than a failed Systems Development Life Cycle.
____________________________________________________________



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to