Startseite › Foren › Deutsches LiveCode-Forum › Adressbuch lesen › Antwort auf: Adressbuch lesen
April 17, 2018 um 14:00 Uhr
#5339
Hallo Pustewind,
was bekommst du über die Message Box zurück, wenn du dein Skript wie folgt abänderst:
on mouseUp
mobilePickContact
if the result is not empty then
put the result into tContactID
put mobileGetContactData(tContactID) into tContact
put the keys of tContact
end if
end mouseUp
liebe Grüße,
Georg