
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, all
i am really needing some help here, i have over 100 roads that i need to name daily. I'm wanting to change the letter in the middle of the text in increments of 1 ( A,B,C--> AA,AB) without effecting anything else.
I have found many LISP's that can change letters but not one that can do this.
what i want is this :
STREET A: 16-7.3
STREET B: 16-7.3
STREET C: 16-7.3
the numbers at the end change, so i would like to ignore those.
I guess if we can use a Lisp that looks at anything before ":" and replaces it with (STREET "A" ) and continues to count up.
Another example to clarify things:
eg:
STREET 😧 16-7.3 = STREET A: 16-7.3
STREET 😧 7-6 = STREET B: 7-6
STREET 😧 12.5-8 = STREET C: 12.5-8
Thank you in advance for the help everyone
Solved! Go to Solution.