Modify ↓
#2683 closed Bug (No Bug)
_Word_DocSave.au3 - errors in example
Reported by: | mlipok | Owned by: | |
---|---|---|---|
Milestone: | Component: | Documentation | |
Version: | 3.3.11.3 | Severity: | None |
Keywords: | Cc: |
Description
>"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /beta /AU3Check /in "C:\Program Files (x86)\AutoIt3\Beta\Examples\Helpfile\_Word_DocSave.au3" +>21:08:36 Starting AutoIt3Wrapper v.2.1.4.5 SciTE v.3.3.9.0 Keyboard:00000415 OS:WIN_7/Service Pack 1 CPU:X64 OS:X64 Environment(Language:0415) >Running AU3Check (3.3.11.3) from:C:\Program Files (x86)\AutoIt3\Beta input:C:\Program Files (x86)\AutoIt3\Beta\Examples\Helpfile\_Word_DocSave.au3 "C:\Program Files (x86)\AutoIt3\Beta\Examples\Helpfile\_Word_DocSave.au3"(5,89) : warning: $FC_OVERWRITE: possibly used before declaration. If FileCopy(@ScriptDir & "\Extras\Test.doc", @TempDir & "\_Word_Test.doc", $FC_OVERWRITE) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ "C:\Program Files (x86)\AutoIt3\Beta\Examples\Helpfile\_Word_DocSave.au3"(5,89) : error: $FC_OVERWRITE: undeclared global variable. If FileCopy(@ScriptDir & "\Extras\Test.doc", @TempDir & "\_Word_Test.doc", $FC_OVERWRITE) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Program Files (x86)\AutoIt3\Beta\Examples\Helpfile\_Word_DocSave.au3 - 1 error(s), 1 warning(s) !>21:08:37 AU3Check ended. Press F4 to jump to next error.rc:2 +>21:08:37 AutoIt3Wrapper Finished.. >Exit code: 0 Time: 1.984
Attachments (0)
Change History (3)
comment:1 Changed 11 years ago by mlipok
comment:2 Changed 11 years ago by guinness
- Resolution set to No Bug
- Status changed from new to closed
I guess something has been fixed our end, because I am not getting those errors.
comment:3 Changed 11 years ago by mlipok
Good to know.
I was checking using 3.3.11.3.
So I think this be oficialy fixed in 3.3.11.4
Thanks.
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.
Note: See
TracTickets for help on using
tickets.
the same problem in _Word_DocSaveAs.au3