Hi Dave,
I have a question about xJSFL API.
Is there any simple way to persist script data without explictly writing it to file? Something like SharedObject?
Thanks!
Alright, I have found built in solution that work per document basis:
document.addDataToDocument(name, type, data);
document.getDataFromDocument(name)
Yup - that'll do it!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In Apply for Membership