Modify

Opened 14 years ago

Closed 14 years ago

Last modified 12 years ago

#1688 closed Bug (Fixed)

InetGet help file typo

Reported by: joshua.havins@… Owned by:
Milestone: 3.3.7.0 Component: Documentation
Version: 3.3.6.1 Severity: None
Keywords: InetGet docs documentation help file typo mistake misprint Cc:

Description

There is a misprint in the AutoIt help file InetGet page.

There is no Failure text in the indentation. It reads:

Success: The return value changes depending on if the download is in the background:

Background: A handle is returned. The handle can be used with InetGetInfo(). The handle must be closed with InetClose().
Wait: The number of bytes downloaded.
Background: A handle is returned. To determine if there was an error with the download, use InetGetInfo(). The handle must be closed with InetClose().
Wait: Sets @error to non-zero and returns 0.

It should read:

Success: The return value changes depending on if the download is in the background:

Background: A handle is returned. The handle can be used with InetGetInfo(). The handle must be closed with InetClose().
Wait: The number of bytes downloaded.

Failure: Background: A handle is returned. To determine if there was an error with the download, use InetGetInfo(). The handle must be closed with InetClose().

Wait: Sets @error to non-zero and returns 0.

Attachments (0)

Change History (3)

comment:1 Changed 14 years ago by Jpm

  • Resolution set to Fixed
  • Status changed from new to closed

thanks,
We already figure out this error in April, just wait the next beta/release.

comment:2 Changed 14 years ago by TicketCleanup

  • Milestone set to Future Release

Automatic ticket cleanup.

comment:3 Changed 12 years ago by Jpm

  • Milestone changed from Future Release to 3.3.7.0

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.