Opened 12 years ago
Closed 12 years ago
#2532 closed Feature Request (Fixed)
Proposed amendments to the 6 files
| Reported by: | mlipok | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.9.23 | Component: | Documentation |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
intro\tutorials.htm
added: <a href="../tutorials/simplecalc-josbe/simplecalc.htm">Creating to GUI Calculator</a>
tutorials\winzip\winzip.htm
changed: <a href="script.txt">completed script</a> for reference.</p>
to: <a href="script.htm">completed script</a> for reference.</p>
tutorials\winzip\script.htm
txtFunctions\IniReadSection.txt
Changed:
Failure: if the section is empty sets the @error flag to non-zero if unable to read the section (The INI file may not exist or the section may not exist)
this proposal is from AZJIO:
http://www.autoitscript.com/forum/topic/153782-help-filedocumentation-issues-discussion-only/page-10#entry1129523
txtFunctions\SendKeepActive.txt
in Parameter "Text" added:
See <a href="../intro/windowsbasic.htm#specialtext">Text special definition</a>.
txtlibfunctions\$tagIMAGEINFO.txt
changed: images and masks to image and mask
this proposal is from AZJIO:
http://www.autoitscript.com/forum/topic/153782-help-filedocumentation-issues-discussion-only/page-10#entry1129523
Attachments (1)
Change History (3)
by , 12 years ago
| Attachment: | CHANGE_7_v22.zip added |
|---|
comment:1 by , 12 years ago
comment:2 by , 12 years ago
| Milestone: | → 3.3.9.23 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [9182] in version: 3.3.9.23

For IniReadSection it would be better to word it this way.
Because any of those conditions may cause the error, not just being empty.