Persistance of Properties
Persistance of Properties
- Subject: Persistance of Properties
- From: Irwin Poche <email@hidden>
- Date: Mon, 15 Oct 2001 11:36:30 -0500
One of the obstacles I've encountered developing scripts is that all data
stored in properties is lost as changes are made to the script.
Is there a relatively easy way to specify that the properties are to be
saved in a file other than the script itself ? One way would be to loop
through the properties themselves, but I'm hoping for something simpler.
-Irwin