Hallo und guten Abend,
ich versuche verzweifelt mein Adressbuch auszulesen. Eine Adress kann ich auswählen die ID wird mir auch angezeigt. Leider klappt es mit dem namen, vornamen etc. nicht
Hier mal der Code:
[code]
on mouseup
mobilePickContact
put the result into tContactID
put mobileGetContactData(tContactID) into tContact
if tContact is an array then
answer tContact["firstname"]
else
answer "No results"
end if
[/code]
Es kommt immer „No results“ wo liegt mein Fehler? Vielen Dank für Eure Hilfe!