Batched Sequence Numbers

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
verduyn
Posts: 1
Joined: Thu Sep 11, 2003 2:19 am

Batched Sequence Numbers

Post by verduyn »

I use Sequence Numbers often, and maybe I'm doing it wrong, but I can't find anyway to have TextPad handle the following:

product1Name
product1Image
product1SKU
product1Name
product1Image
product1SKU
product1Name
product1Image
product1SKU

and change it to:

product1Name
product1Image
product1SKU
product2Name
product2Image
product2SKU
product3Name
product3Image
product3SKU

without a little bit of work. It would be great if TextPad could improve upon the \i expression with another case such as:

\i(1,1,3)
Effect:
Replace with numbers starting from 1, incrementing by 1, increment after 3 replacements
Post Reply