Apperyio storage deletei. Is there a Apperyio.storage.XXXX.delete(); ?
My variable
Apperyio.storage._final_text_msg.delete();
Is there a delete or do you simply clean out the contents of the variable
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
My variable
Apperyio.storage._final_text_msg.delete();
Is there a delete or do you simply clean out the contents of the variable
Hi,
Alfred Butler,
can u describe more what you exact do i here.
you want LSV clear/remove or your content of the variable value remove.
Regards
Hello Alfred,
Try Apperyio.storage._final_text_msg.set("");
If your variable isn't string, then try set([]) - for array
set({}) - for object
Also if your variable is used in services mappings, then value will be overridden during mapping.
i'll give it a try
thanks