Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I use txt-resourse to get any values, buy now I need to get a path of using resourse by means of BAS. Is it possible to do?
@olegtut, but why in English? :)
@UA said in How to get a path of using txt-resourse?:
Why not If I know it. Moreover, I guess local guru are here to help unknowing people to meet some aspects of BAS :)
@olegtut You can use action "Resource Location"
@sixbrother said in data limit for txt:
when pulling data from text document it only pulls 200 lines. How can I fix
I worked perfectly with text files for tens and hundreds of thousands of lines, describe the problem in more detail.
@peellpeell
if you know what time is it, why dont set a timer?
run 2 threads, one for waiting 14 minutes (or whatever), second doing your job.
tell first one to set variable to false or true when 14minutes passed, and when that variable is false/true dont load any page in other thread
(PS u might want to use global variables)