mobileGetContactData

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Armenhui
Posts: 71
Joined: Fri Oct 16, 2015 12:44 pm

mobileGetContactData

Post by Armenhui » Mon Jul 18, 2016 8:07 pm

Hi all,

Does any one know how can get all contacts count before using this part of code, here I set 50 default number but it can be not 50, 100,1000 or other number

Code: Select all

 repeat with x = 1 to 50
         
         -- Get user contacts data 
  put mobileGetContactData(x) into theData

Post Reply