Page 1 of 1

Re: Buckle without end

Posted: Fri Feb 06, 2004 6:06 pm
by ogmios
Try debugging it a bit yourself, we all have to debug sometimes. And it's getting late here :wink: . Try to strip everything from it that is not required E.g. The following runs perfectly:

Code: Select all

MAX_RUN = 3
n=1 
Loop 
While n <=MAX_RUN 
n+=1 
Call DSLogInfo("Job Failed: V2NewTestTransitif2", "JobControl") 
repeat  
Then try to add the original code piece by piece. Does MAX_RUN gets properly initialized when you run the original?

Ogmios

Posted: Sat Feb 07, 2004 4:07 am
by auvray.muriel
After some adjustments in my code which is upstream of what I had given :oops: , and the integration as of the your corrections, all functions :lol: .

Thank you very much :wink:

Muriel