Alfred Butler
Posts: 0
Joined: Wed Sep 18, 2013 12:35 pm

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

saurabh8122815
Posts: 0
Joined: Mon Mar 21, 2016 5:08 am

Apperyio storage deletei. Is there a Apperyio.storage.XXXX.delete(); ?

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

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

Apperyio storage deletei. Is there a Apperyio.storage.XXXX.delete(); ?

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.

Return to “Issues”