Hi, so lets say I've a random webpage, that is in plain text. Example http://example.com/file. I want to download this straight into a variable because it will usually be only a lines, and I want it split into an array. How do I do this?
Secondly, I want to have a timer function that can do the Send() command in the intervals that I specify.
Also, is there a way for me to send the tilde key (~) as a command? Like Send("{ENTER}")?
Thanks in advance.