05-24-2016, 12:43 AM
You'd get the text from the URL using IntGetFile,
Then load data into a string from previous IntGetFile that was stored in a text file
Compare the current data with findrx to look at specific areas of focus with the text stored from the previous.
Then you'd use the SendMail function to notify you.
Save the new data to the text file
Put the whole thing in a loop with a wait or schedule as a task that runs in intervals. Loop would need more error management (i.e. Webpage unavailable due to internet connection being lost)
-Jimmy Vig
Then load data into a string from previous IntGetFile that was stored in a text file
Compare the current data with findrx to look at specific areas of focus with the text stored from the previous.
Then you'd use the SendMail function to notify you.
Save the new data to the text file
Put the whole thing in a loop with a wait or schedule as a task that runs in intervals. Loop would need more error management (i.e. Webpage unavailable due to internet connection being lost)
-Jimmy Vig