Incremental Replacer

IncrementalReplacer
Overview

If you are ever in the need of a tool generating code like this:

print( array1[0] );
print( array2[0] );
print( array3[0] );
print( array4[0] );
print( array5[0] );
print( array6[0] );
print( array7[0] );

This is the tool for you, generating this code by simply entering:

print( array[$1$][0] );

[$1$] will then be replaced with a number in the interval that you specified.

 

Written in C#/.NET

Download: IncrementalReplacer.zip

Services

Project details
  • Client: Private
  • Date: July 2013