Custom Query (3921 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (361 - 363 of 3921)

Ticket Resolution Summary Owner Reporter
#3623 Fixed Problem with au3Stripper anonymous
Description

I use the au3Stripper contained in the latest SciTE4AutoIt3. When I try to strip this script the $variable is not stripped. It must be something with the included 'Date.au3' file, when I do not include this file the script is correctly stripped.

#Au3Stripper_Parameters=/SO /RM

#Au3Stripper_Off
#Include <Date.au3>
#Au3Stripper_On

$variable

Func $function()
EndFunc
#3622 No Bug AU3_ControlCommandByHandle FindString in ListBox ctrirxu@…
Description

AU3_ControlCommandByHandle FindString in ListBox return 0 if not found as the ListBox is 0 based.

Should return -1 like ::SendMessage(h, LB_FINDSTRINGEXACT, 0, L"") does

#3621 Completed Mistake/(outdated info?) in help file 'Running Scripts' Melba23 nobbitry
Description

The Array $CmdLine[] doesn't return only 63 parameters. The only limit seems to be the maximum path length of windows (32,767 characters).

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