Livecode Wiki
Advertisement

Allows the user to search for a contact, based on the contact's name.Syntax:

mobileFindContact <contactName>

Examples:

mobileFindContact "Steve"
mobileFindContact "S"

Allows the user to find a contact in the contact list, based on a contact name comparison.

Use the mobileFindContact command to find contacts in the contact list.

Parameters:

  • contactName: A name, or fragment of a name to search for in the contacts list.
  • Returns (string): A string of comma delimited contact IDs that match the search string.If no contact could be found, then empty is returned.

See also: mobilePickMedia (command),mobilePickContact (command),mobileShowContact (command),mobilePick (command),mobileAddContact (command),mobileCreateContact (command),mobileGetContactData (function),

Advertisement