Support Board
Date/Time: Sun, 22 Dec 2024 21:36:25 +0000
Post From: ACSIL QUESTION wait x amount of time until next line is executed?
[2015-06-07 20:40:32] |
enemyspy - Posts: 306 |
sorry I know this is probably getting annoying. I am trying a different approach now. Instead of making a request to a server I am wonder if it is possible to pull the data locally from a text file: I tried the following: SCString URL = "File:\\\C:\httprequest.txt" sc.MakeHTTPRequest(URL) |