SaveSetting statement

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am about to incorporate the following code into a module:

SaveSetting "Dane Prairie Systems", "Win2PDF", "PDFFileName",
strTempFile

From the help file I can see that every time this code runs it will make an
entry in the computer's Registry. The strTempFile variable will be different
every time.

Does this mean that the Registry will get clogged up with an accumulation of
entries? Should I also use the DeleteSetting statement every time?

Thanks in advance.
 
Only one value will be saved in the registry. Each time you call the
SaveSetting method, it'll overwrite what's already there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top