On Thursday, July 24, 2003, at 11:17 AM, Ben Johansen wrote:


Create a for loop with a range of the file numbers (101-…)
<@ASSIGN NAME=”FileName” VALUE=”FilesStart@@local$LoopNbr.txt” SCOPE=”local”>

Load the files in a file action into local variable local$CurLoadedFile

Use the following to extract

<@SUBSTRING STR=@@LOCAL$CurLoadedFIle START=1 NUMCHARS=<@LOCATE STR=”@@LOCAL$CurLoadedFIle” >>

This will get you the top section prior to the <center> to mess with.

?

I think this is what you’re getting at ;-)



Yes, was hoping there was an easier way.

Reply via email to