#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 , 16 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 14 years ago
| Milestone: | Future Release → 3.3.7.0 |
|---|

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