Hi!
I would like to get the mobile number of a item
in my content list through the ID.
So I have the ID of the contact but how do I
get its mobile number?
Kind regards!
Hi!
I would like to get the mobile number of a item
in my content list through the ID.
So I have the ID of the contact but how do I
get its mobile number?
Kind regards!
Hope that's what you're looking forCode:db=contacts.open() number=db[id].find('mobile_number') # id is the id of the contact print number[0].value![]()
Added to the Wiki database for Further Reference
How to get number using contact id
Best Regards
Croozeus
Pankaj Nathani
www.croozeus.com