in reply to Re: Adding a numeric key to list items and creating a user selection list
in thread Adding a numeric key to list items and creating a user selection list
This sort of worked. When I use this code as specified, I get results numbered 1 - 7. The problem is there are 8 records in the file. It skips the first item in the array with the index of 0. If I change it to count = 0, I get all 8 items but numbered starting at 0
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Adding a numeric key to list items and creating a user selection list
by 1nickt (Canon) on Sep 25, 2015 at 20:40 UTC | |
by stevek1974 (Novice) on Sep 25, 2015 at 22:24 UTC | |
|
Re^3: Adding a numeric key to list items and creating a user selection list
by Anonymous Monk on Sep 25, 2015 at 22:55 UTC |