Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#2069 closed Bug (Fixed)

StringRegExpGui example produce 2 warnings

Reported by: Jpm Owned by:
Milestone: 3.3.9.0 Component: AutoIt
Version: 3.3.7.23 Severity: None
Keywords: Cc:

Description

open tutorial-> String regular expression
then push "Open StringRegExpGUI.au3" button
Then run the script with Scite Full (F5)
You get 2 warnings

>Running AU3Check (1.54.22.0)  params:-d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w 7  from:C:\Program Files\AutoIt3\Beta
C:\Program Files\AutoIt3\Beta\Examples\Helpfile\StringRegExpGUI.au3(36,81) : WARNING: $sInitialDir already declared/assigned
Global $sInitialDir ; use to save the location of the previous "Browse" function
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Program Files\AutoIt3\Beta\Examples\Helpfile\StringRegExpGUI.au3(37,34) : WARNING: $sPatterns already declared/assigned
Global $sPatterns = readDatFile()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Program Files\AutoIt3\Beta\Examples\Helpfile\StringRegExpGUI.au3 - 0 error(s), 2 warning(s)
->10:53:15 AU3Check ended.rc:1
>Running:(3.3.7.23):C:\Program Files\AutoIt3\Beta\autoit3.exe "C:\Program Files\AutoIt3\Beta\Examples\Helpfile\StringRegExpGUI.au3"    
+>10:53:19 AutoIT3.exe ended.rc:0
>Exit code: 0    Time: 4.726

Attachments (0)

Change History (3)

comment:1 Changed 12 years ago by guinness

  • Resolution set to Fixed
  • Status changed from new to closed

comment:2 Changed 12 years ago by TicketCleanup

  • Milestone set to Future Release

Automatic ticket cleanup.

comment:3 Changed 12 years ago by Jpm

  • Milestone changed from Future Release to 3.3.9.0

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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.