@inetgetbytes read - neue Autoitversion

  • Hallo als die neue Autoitversion raus kam wurde die Makros @inetgetbytesread, @inetgetactive , etc. entfernt...

    mein Skript:
    http://pastebin.com/d363eb5f6
    sry für pastebin, aber in safari wird das skript sonst in eine zeile geschrieben...

    wie mache ich das jetz, dass es wieder funktioniert...muss ich da irgendwie mit dieser Inetgetinfo arbeiten?

  • InetGetInfo( [ handle [, index ]] )

    index:
    [optional] The index for the data to retrieve. If this value is -1 an array containing all of the below data will be returned.
    0 - Bytes read so far (this is updated while the download progresses).
    1 - The size of the download (this may not always be present).
    2 - Set to True if the download is complete, False if the download is still ongoing.
    3 - True if the download was successful. If this is False then the next data member will be non-zero.
    4 - The error value for the download. The value itself is arbitrary. Testing that the value is non-zero is sufficient for determining if an error occurred.
    5 - The extended value for the download. The value is arbitrary and is primarily only useful to the AutoIt developers.

    wäre die funktion die man nutzen könnte um die daten zu bekommen die du brauchst... ne progressbar müsste man dazu noch selbst erstellen

  • Die neuen Befehle sind nicht in der deutschen Hilfe vorhanden.. Die ist für AutoIt 3.3.0.0, aber die aktuelle AutoIt-Version ist 3.3.2.0