Wojie - Your English is much better than my Polish, believe me.
First off, you can save your passwords in something other than just a text file.
Go back to your Security Page:
1. Click on the Security tab.
2. Double-click on any line. a dialog box displays.
3. click "Save" - the Save file dialog displays.
4. Click on the Save As drop-down list - Choose a format to save your list: a DOS/Windows text file will be unnumbered, but you can paste it into an Excel spreadsheet, or autonumber it in Word.
5. Or save it in a .asp, c, .JavaScript, or PHP format, and the list will be numbered for you, along with the appropriate coding of that format.
Now you have your passwords, and numbered them for reference when your user requests access to your book.
Another way to number your passwords is to paste the text-only list into an Excel spreadsheet.
If that's the case, you can add a column of numbers to the left of the passwords. Try this:
1. Paste your list of password numbers into the second column, row 1 of the Excel spreadsheet.
2. Then, in row 1 of the first column, enter a '1'.
3. In row 2, column one, type: '=SUM(A1+1)'
4. When you hit enter, it should display a '2'.
5. Copy the contents of cell A2. Highlight the rest of the cells, A3 down to A1000. Paste the formula into all 998 cells with one 'paste' command. This will number your passwords, 1 - 1000.
6. At this point, you can save the file as is, or paste the columns into a Word table, or save it as a text file. This is also useful when assigning the passwords to an array of your own design, for programming later.
hope this helps...
(Edited by Alaska at 9:01 pm on Nov. 10, 2002)