Page 1 of 1

System.Preserve() Function

PostPosted: Wed Apr 02, 2014 2:01 am
by Fast_Moto
I know the System.Preserve() function preserve a channel value in flash backed memory if called. My question is simple. Which channels are preserved if System.Preserve() is called in a function. Are all the channels that are assigned in that function preserved? Or is it something else? Thanks.

Re: System.Preserve() Function

PostPosted: Fri Apr 04, 2014 2:12 pm
by YuriK
Hi,
All the channels, that have their Storage attribute specified as "Flash Backed", will be saved whenever
System.Preserve() function is called.

Regards!