This topic is locked

Problem with md5.asp and Function I

3/17/2006 4:42:03 AM
ASPRunnerPro General questions
Pfeiffer author

Hello
in md5.asp there is a function I defined.

What a horror.

In my code I is often a variable for loops.

But this variable now can't get a value any more.

My whole source code with for I = 1 to 10

will not work any longer....
Is it possible to change the function I to let's say function i_md5and where do I have to change

the source code in md5.asp. IT's a litte bit difficult to check where the function I

is used in md5.asp
Best regards

Uwe Pfeiffer

Sergey Kornilov admin 3/17/2006

Uwe,
you can change all you need.

Replace all I( with i_md5( in md5.asp file.