Jim McNeely wrote:
Here is a (probably embarrassing) newbie question for you.

Suppose you put some ill-advised code in a file that results in an endless loop, and you have to force quit revolution. If you go back to that file and resume work, should you suppose that it is damaged, or should you assume that all is well except unsaved changes were lost?

In other words, what is the conventional wisdom in this circumstance, besides avoiding putting dumb endless looping code into your app?

Rev stacks are entirely RAM-based when they run, so any damage to the actual file on disk is very, very rare. You can assume that any unsaved work will be lost, but otherwise you should be fine. The only thing lost is the current contents of RAM.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to