Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reseet ScriptErrorCount before start of script execution

Hi all!

I need to reser variable ScriptErrorCount to 0 , becouse i have a loop in my script and i want to get ScriptErrorCount  for each time for new loop. Please help me!

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

Let ScriptErrorCount = 0;

Doesn't it work?

Let me know

View solution in original post

2 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Let ScriptErrorCount = 0;

Doesn't it work?

Let me know

Not applicable
Author

Alessandro! Thank you! I have tried it early but it wouldn't work becouse bug in my script. Now it work fine. Thank you!