Storing Data Between Drawing Sessions
Storing Data Between Drawing Sessions
(OP)
I have posted a new faq concerning several ways, some are quite easy, to store data that can be acessed after the drawing has been closed and reopened, or after the computer has been turned off and on again.
http://www.eng-tips.com/faqs.cfm?spid=555&sfid=175&CFID=37681757&CFTOKEN=48606881
http://www.eng-tips.com/faqs.cfm?spid=555&sfid=175&CFID=37681757&CFTOKEN=48606881





RE: Storing Data Between Drawing Sessions
I saved your lesson to my references. By the way, what do you know of the use of saving strings to the registry through 'setenv' and 'getenv'? I did a little test and it seems to work. The string is saved to a particular machine, is not drawing dependent, and no need to mess with a separate text file. Probably impratical for more than a few strings.
Carl
RE: Storing Data Between Drawing Sessions