Hi,
I have a list “listingMenuDossier”
i want to save this list in my preference (list) with the name “listingDesDossiers”
But because it is a list, i doesn’t work.
I found that i need to create my key with the type “array”, but i don’t know how to do that ?
Here is the code i tried :
tell NSUserDefaults
tell its standardUserDefaults()
its setObject_forKey_(listingMenuDossier, "listingDesDossiers")
end tell
end tell
Thanks for help !