I have lists of things on notepad and wordpad. I'd like to see how many items are listed in each file. Is there a way to add a numerical value to them? Any help is appreciated
In wordpad, highlight the list and press ctrl + shift + L. the first time you press the combo you'll get bullets, press ctrl + shift + L again and you should get numbers. keep pressing the combo if you want roman numerals or an alphabetical list.
In textpad, I dunno. I think you're screwed there. try copying to wordpad, do the key combo, and paste back to textpad.
In wordpad, highlight the list and press ctrl + shift + L. the first time you press the combo you'll get bullets, press ctrl + shift + L again and you should get numbers. keep pressing the combo if you want roman numerals or an alphabetical list.
In textpad, I dunno. I think you're screwed there. try copying to wordpad, do the key combo, and paste back to textpad.
If there's a limit of 255 that means wordpad itself has only allocated the list value string in the file 8 bytes (0 being a value for a total of 256, if my rudimentary knowledge of programming is right), so that is either a restriction in the program itself, the filetype, or both, so you're probably screwed.