Opened on Jun 22, 2010 at 12:48:37 AM
Closed on Jun 22, 2010 at 6:17:09 AM
Last modified on Feb 9, 2012 at 3:26:31 PM
#1688 closed Bug (Fixed)
InetGet help file typo
| Reported by: | 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 , on Jun 22, 2010 at 6:17:09 AM
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
comment:3 by , on Feb 9, 2012 at 3:26:31 PM
| Milestone: | Future Release → 3.3.7.0 |
|---|

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