<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Jerry wrote:<br>
      <br>
    </div>
    <blockquote type="cite"
      cite="mid:00ba01d706e0$82396740$86ac35c0$@seibercom.net">
      <pre wrap="">I have no idea if this is possible, so I thought I would ask.

I work for a municipality. I need to create several documents that need to be numbered in consecutive order, i.e., SWI-100, SWI-101, SWI-102, etcetera. Is there any latex package that can keep track of the last used number and increment it in each new document? Since all of the papers are not written simultaneously, it would need to "remember" the last used number and increment it at a future date. I can do this with a regular MS Access database or MySQL, but I cannot figure out how to do it with LaTeX.
</pre>
    </blockquote>
    <br>
    I may be missing something obvious, but why can you not (a) open a
    tracker file for reading, and note if it is empty; then, (b) if it
    is not empty, read an integer from it, increment the integer, close
    the file for reading, open it for writing, and write the augmented
    integer back.  If it was empty, treat it as if it contained zero.<br>
    -- <br>
    <i>Philip Taylor</i><br>
  </body>
</html>