Jump to content

Recommended Posts

Posted (edited)

I've been going around and around with this - I'm trying to download the images from an html source on the internet - everything seems okay but I can't get the first image - searching and reading General Help and SupportI think I see that in this loop:

For $k = 0 To UBound($array) - 1
ConsoleWrite($array[$k] & @CRLF)
Next

the previous $array[$k] is overwritten by the last - is that true? How do you ovrcome this?

Edited by Jury
Posted

I've been going around and around with this - I'm trying to download the images from an html source on the internet - everything seems okay but I can't get the first image

What is the value of $array[0] ?

AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0WIN 11 24H2 X64 - Other Examples Scripts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...