06-02-2020, 03:54 AM
Hi,
I'm trying to use IntGetFile to save the table displayed at the URL in the code, but not having any luck. Please try running this to see what you get.
Maybe I need to adjust one of the flags or something like that? Any insights would be appreciated.
str ext = ".html"
str folder
str file
folder = "C:\test\"
file.from(folder "test" ext)
IntGetFile "https://www.benzinga.com/calendar/ratings" file3 16
I'm trying to use IntGetFile to save the table displayed at the URL in the code, but not having any luck. Please try running this to see what you get.
Maybe I need to adjust one of the flags or something like that? Any insights would be appreciated.
str ext = ".html"
str folder
str file
folder = "C:\test\"
file.from(folder "test" ext)
IntGetFile "https://www.benzinga.com/calendar/ratings" file3 16