Sequential Numbering question

OK, good ,thanks- yeah, help yourself to the code- that’s what it’s there for. I guess the next thing would be some settings for the text output- height and so on. Right now I guess it will use whatever the Text command is currently using. Also, I don’t know if a StringBox or GetString is better- I sort of prefer StringBox because you do not need to worry about any spaces in the string but that may be moot in this context most of the time.

Also, Undo would be nice- that should not be too hard I think, I’ll take a look.

@Marbleman, @jeff_hammond, I added Undo.

numberer.py (4.1 KB)

-Pascal