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
I implemented the first portion of code and it did exactly what I wanted. I now have a list with all returned items ordered from 1 to X. I issue though. The first portion of the print line is supposed to indent the list by 2 spaces. The spaces are being ignored and instead the list is left justified to the edge of the screen.
Second portion works as well, however I need to modify it a bit to get what I want. My goal is to allow for input of multiple numbers separated by commas which would then be printed to a text file with each entry being on a new line. Working on this part now.
Thank you!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Adding a numeric key to list items and creating a user selection list
by hippo (Archbishop) on Sep 25, 2015 at 21:42 UTC | |
by stevek1974 (Novice) on Sep 25, 2015 at 22:06 UTC | |
by hippo (Archbishop) on Sep 26, 2015 at 09:02 UTC | |
by stevek1974 (Novice) on Sep 26, 2015 at 16:28 UTC | |
by stevek1974 (Novice) on Sep 28, 2015 at 22:21 UTC |