Modify

Opened 15 years ago

Closed 15 years ago

#1232 closed Bug (Fixed)

AU3Check, false error, For $i[array] = ..

Reported by: anonymous Owned by: Jos
Milestone: 3.3.1.4 Component: SciTE4AutoIt
Version: 3.3.0.0 Severity: None
Keywords: AU3Check For array Cc:

Description

#cs
	AU3Check, false error, For $i[array] = ..

	C:\..\test.au3(12,7)) : ERROR: syntax error
	For $i[
	~~~~~~^

	AU3Check (1.54.14.0) (AutoIt3: 3.3.0.0)
	AU3Check (1.54.17.0) (AutoIt3: 3.3.1.2)
#ce
Dim $i[2]
For $i[0] = 1 to 2
	For $i[1] = 1 to 2
		ConsoleWrite('$i[0]='&$i[0]&', $i[1]='&$i[1]&@CRLF)
	Next
Next

;~ >"C:\..\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /beta /ErrorStdOut /in "C:\CODE\_WORK_\Dev_AutoIt\_TEST_\arrayToString\bedug.au3" /autoit3dir "C:\CODE\AutoIt3\beta" /UserParams    
;~ +>13:47:30 Starting AutoIt3Wrapper v.2.0.0.1    Environment(Language:0409  Keyboard:00000409  OS:WIN_XP/Service Pack 3  CPU:X86 OS:X86)
;~ >Running AU3Check (1.54.17.0)  from:C:\CODE\AutoIt3\beta
;~ C:\CODE\_WORK_\Dev_AutoIt\_TEST_\arrayToString\bedug.au3(12,7) : ERROR: syntax error
;~ For $i[
;~ ~~~~~~^
;~ C:\..\bedug.au3 - 1 error(s), 0 warning(s)
;~ !>13:47:30 AU3Check ended.rc:2
;~ >Running:(3.3.1.3):C:\..\AutoIt3\beta\autoit3.exe "C:\..\bedug.au3"    
;~ $i[0]=1, $i[1]=1
;~ $i[0]=1, $i[1]=2
;~ $i[0]=2, $i[1]=1
;~ $i[0]=2, $i[1]=2
;~ +>13:47:32 AutoIT3.exe ended.rc:0
;~ +>13:47:34 AutoIt3Wrapper Finished
;~ >Exit code: 0    Time: 3.880

Attachments (0)

Change History (1)

comment:1 Changed 15 years ago by Jos

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

Fixed in version: 3.3.1.4

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 owner will remain Jos.
Author


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

 
Note: See TracTickets for help on using tickets.