If you construct a an intermediate filename using a built-in variables, the system won't modify them when the model is validated. (Note, %scratchfolder% is 10.1 only, %scratchworkspace% would be used in earlier versions).
For example:
%scratchfolder%\clip_%n%.tif
will be interpreted at runtime as
D:\work\scratch\clip_0.tif
D:\work\scratch\clip_1.tif
...
Depending on the iteration, the built-in iteration variable used could be either %n% or %i%.
Hope this helps!
Hi Julie
I am using model builder to rename different dbf tables name, for the same using rename tool using inline variable %n%. The names are changed what I wish to do is instead of starting the series from 0, start it from 1, is it possible?