Calog,
I guess this list is in a table? If so, a quick way is something like
CoEdit "Table"
SCAN ; loops through every record
[Item No] = RECNO() ; sets itemNo to the record number
ENDSCAN
DO_IT!
This will give the items in your table numbers 1...100... etc. You could sort the table first to get them alphabetical or whatever.
Phil