Custom Query (3931 matches)
Results (217 - 219 of 3931)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2567 | Wont Fix | Unknown strange Bug | ||
| Description |
In Windows 8.1 x64 seems that Autoit (either v3.3.8.1 & v3.3.9.25-beta) goes strangely in error, for example after finishing successfully with (DllCall("Kernel32.DLL", "BOOL", "WriteFile", ect ect ect) after going into error, for more info here http://www.autoitscript.com/forum/topic/157179-cabinet-api-fciaddfile-error/ |
|||
| #2593 | Rejected | Static & Global | ||
| Description |
Is possible (when Au3Check load a file, take all the names of the functions in that file, and then see if there are Gobal Static, and get to know them only in those functions) or to add a (Optional) directive or something like that, to help udf makers to be more save that their Global Static variable is not used\change\edit outside the basic function of the udf for more http://www.autoitscript.com/forum/topic/157425-static-global/ Ciao. |
|||
| #2604 | Rejected | Array access on expression & first element | ||
| Description |
Sorry for my English can be enabled (in Array access on expression) to read\access the first item\element directly (without specify it), example Local $aTest1[4] = [1,2,3,4], $aTest1[4] = ["One","Two","Three","Four"], $aTest3[4][4] = [[0,1,2,3],[4,5,6,7]] If ($aTest1) = 1 Then ;ect ect ect EndIf If ($aTest2) = "One" Then ;ect ect ect EndIf If ($aTest3) = 0 Then ;ect ect ect EndIf Ciao. |
|||
