Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 18:14:46 +0000



Post From: ACSIL QUESTION wait x amount of time until next line is executed?

[2015-06-07 20:40:32]
enemyspy - Posts: 304
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)
returns an error. Any other approach to just import the values from a local file?