Modify

Opened 16 years ago

Closed 16 years ago

Last modified 14 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 by J-Paul Mesnage, 16 years ago

Resolution: Fixed
Status: newclosed

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

comment:2 by TicketCleanup, 16 years ago

Milestone: Future Release

Automatic ticket cleanup.

comment:3 by J-Paul Mesnage, 14 years ago

Milestone: Future Release3.3.7.0

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.