>
> > It would need to be a group-level function, which isn't a problem.  I'm
> always hesitant, though, to rely on "me"  [and finding "me" in the
> dictionary is an adventure in itself . . .  {now *Bug 20289*
> <http://quality.livecode.com/show_bug.cgi?id=20289> - "me" is nearly
> impossible to find in dictionary }]
>

Search for "me\b" and it will magically appear at the top.  " \bme\b" and
it will be the only entry (leading space will be needed for DP9 due to the
fix to allow searching for '\' without typing '\\').  Reason is that field
in the dictionary is actually parsed as a regex (mostly... the code does
add some things around each term) .
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to