@rohitpateldgm
What version of BAS are you using?
What OS are you using?
Does this problem only occur with one project or with others too?
Please attach the project you are having the problem with to this thread or in a private message on the forum.
3 Questions - reload renew periodically
-
Hi
I have created 2 scripts, 1st script is scraping data into file and 2nd script is reading data from that same file and deletes that line after using it.
I want to make sure that 2nd script gets the new data that is being added by 1st script into the same file.
So i am using both the options reload periodically and renew periodically with 60,000 milliseconds gap to solve this situation.Now I have 3 questions :
- Is this way correct that i mentioned above ?
- what is the difference between reload periodically and renew periodically, i read the tooltip help text when i hover over them but didn't understand it fully.
- The delay is in milliseconds for reload and renew periodically ?
Thanks