Opened 11 years ago
Closed 11 years ago
#2532 closed Feature Request (Fixed)
Proposed amendments to the 6 files
Reported by: | mlipok | Owned by: | Jpm |
---|---|---|---|
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)
Changed 11 years ago by mlipok
comment:1 Changed 11 years ago by BrewManNH
comment:2 Changed 11 years ago by Jpm
- Milestone set to 3.3.9.23
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [9182] in version: 3.3.9.23
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.
For IniReadSection it would be better to word it this way.
Because any of those conditions may cause the error, not just being empty.