Contextual Menus

Ken Ray kray at sonsothunder.com
Sun Jul 27 00:41:00 EDT 2008




On 7/26/08 6:57 PM, "Bill Vlahos" <bvlahos at mac.com> wrote:

> What would be the command for "Select All"?

select the text of the selectedField

But you want to make sure it has a context (i.e. an open field, otherwise
you'll get an error since "the selectedField" would return empty):

if the selectedField <> "" then select the text of the selectedField



Ken Ray
Sons of Thunder Software, Inc.
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/





More information about the use-livecode mailing list