Page 1 of 1

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

Posted: Sun Sep 04, 2016 9:07 pm
by Alfred Butler

My variable
Apperyio.storage._final_text_msg.delete();

Is there a delete or do you simply clean out the contents of the variable


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

Posted: Mon Sep 05, 2016 10:37 am
by saurabh8122815

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


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

Posted: Mon Sep 05, 2016 11:33 am
by Egor Kotov6832188

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.


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

Posted: Mon Sep 05, 2016 10:14 pm
by Alfred Butler

i'll give it a try
thanks