Dave, as I said, it's now working as you would hope, and I can't reproduce the problem.

Just out of interest, in view of what was happening here before, have you tried putting "x=" & x into fld "counter", rather than just x?

Best,

Mark

On 20 Mar 2007, at 16:05, Dave wrote:

This is the kind of thing I was experiencing. I think there may be two related problems, although one may cause the other. When I tested it, it would run up to file 288 and not write file 289. I then started it at file 289 and it would go wrong on the first file.
e.g. change your loop to read like this:

put   <WHATEVER>  into myStartOffset
repeat with x =  (1 + myStartOffset) to (1000 + myStartOffset)

and see what happens.

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to