Search found 2 matches

by Hjourzt
Sat Dec 30, 2023 12:27 am
Forum: General
Topic: How to add an incremental sequence of numbers to a text file
Replies: 2
Views: 3737

Re: How to add an incremental sequence of numbers to a text file

Solved my own problem. I didn't think it could be done without coding a macro, but it turned out to be relatively simple. I found it by searching the help file for "Sequence".

Using the Replace function:
Find what: C\(CLIP \)
Replace with: C\(CLIP \i{33,1,3,0}\)

That "i" means it will create ...
by Hjourzt
Fri Dec 29, 2023 4:55 pm
Forum: General
Topic: How to add an incremental sequence of numbers to a text file
Replies: 2
Views: 3737

How to add an incremental sequence of numbers to a text file

Greetings:

I have a text file that is a collection of numerical values that correspond to the pages and lines in a transcript. I use it as a script to create excerpts in an application called TrialDirector. I create the list manually, edit several times, but at the end I need to give each group of ...