Search the Community
Showing results for tags 'bug?'.
-
#include <GuiTab.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> AutoItSetOption("GUIOnEventMode", 1) global $tabspace, $tabspace_opt, $old_tab, $tabs[3] = [2], $opt_tabs[6] = [5] global $width = 400, $height = 300, $x = -1, $y = -1 $ExampleGUI = GUICreate("example", $width,...
-
For $i = 1 To 3 If $i = 2 Then ContinueLoop Next MsgBox(0, "", $i) C:\Documents and Settings\Administrator\??\?? AutoIt v3 ?? (2).au3 (2) : ==> "ContinueLoop" statement with no matching "While", "Do" or "For" statement.: If $i = 2 Then ContinueLoop