Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (154 - 156 of 3933)

Ticket Resolution Summary Owner Reporter
#3861 Fixed Typo in RunAs manual article Jpm pferrucci@…
Description

In Remarks section, it says :

It is recommended that you only load the user's profile is you are sure you need it.

"is" should be "if"

#3860 No Bug Declared var not detected KaFu
Description

#include <WinAPIInternals.au3> MsgBox(0,"",$WINVER)

AU3Check 3.3.15.4 returns "$WINVER: possibly used before declaration." for this code, prod doesn't.

#3859 Rejected Extend For…Next syntax to force loop variable to be local within the loop only Alecsis1
Description

Something like this:

Opt('MustDeclareVars', 1)
For Local $i = 1 To 3
  ConsoleWrite($i) ; prints "123"
Next
ConsoleWrite($i)   ; now prints "4", but with "Local" modifier should be treated as "undeclared variable"

Imho, such syntax extension may be useful.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.