Forum Discussion
madeshwaran
13 years agoOccasional Contributor
Indicator.PushText("Executing Step: " & VarToStr(intSequence) & " " & VarToStr(strObjectName) & " " & VarToStr(strAction) & " " & VarToStr(strValue))
Here intSequence, strObjectName, strAction & strValue are values that we used in every step of our execution will indicate the user on which step is currently getting executed.
Indicator.PopText
After this step we missed to used Indicator.clear which in turn hold the data always until i clear the indicator object.
My script will execute for more than 16 hours as a result after a some time the execution becomes slow and the TC memory is was growing a lot.
Here intSequence, strObjectName, strAction & strValue are values that we used in every step of our execution will indicate the user on which step is currently getting executed.
Indicator.PopText
After this step we missed to used Indicator.clear which in turn hold the data always until i clear the indicator object.
My script will execute for more than 16 hours as a result after a some time the execution becomes slow and the TC memory is was growing a lot.
Related Content
- 11 years ago
- 2 years ago
Recent Discussions
- 11 hours ago