Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (310 - 312 of 3899)

Ticket Resolution Summary Owner Reporter
#311 Rejected GUICtrlCreateHotKey - as new native AutoIt control Zedna
Description

Here is link to MSDN: http://msdn.microsoft.com/en-us/library/bb775233(VS.85).aspx

#312 No Bug Cannot create dynamic arrays $foo[$bar] anonymous
Description

Since latest revision creating an array depending on another variable gives me the following error :"H:\l2j\Spawn Map\SpMap v0.2.au3 (98) : ==> Array variable subscript badly formatted.: Dim $result2[$countspecies], $result3[$countspecies] Dim $result2[ ERROR:

#313 No Bug DirMove on same volume hawkear@…
Description
+---Dirtest1
|   \---Subdir
|           somefile.txt
|           
+---Dirtest2
|   \---Subdir
DirMove("C:\Dirtest1\Subdir","C:\Dirtest2",1)

Should be:

+---Dirtest1
+---Dirtest2
|   \---Subdir
|           somefile.txt

Is:

+---Dirtest1
+---Dirtest2
|   \---Subdir
|       \---Subdir
|               somefile.txt

If Dirtest1 and Dirtest2 are on different Volumes, it works

Note: See TracQuery for help on using queries.