Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (325 - 327 of 3897)

Ticket Resolution Summary Owner Reporter
#1136 No Bug IsArray sets @extended=0 anonymous
Description

When i use function IsArray then resets @extended. In help for IsArray is nothing about @extended.

Dim $text[1]
SetExtended(3)
IsArray($text)
MsgBox(0,"",@extended)
#1141 No Bug @InetGetActive - @InetGetBytesRead not in au3.keyword.properties Jos cramaboule
Description

Hello all, Those '@InetGetActive' and '@InetGetBytesRead' are not in the au3.keyword.properties of SciTE4AutoIt. It does not appears in "pink" as all macros does ! Best Regards, Cramaboule

#1142 No Bug _ArraySearch return 0 (number vs string) Gary JKFN
Description

#Include <Array.au3> Dim $array[1] $array[0]=0 $output=_ArraySearch($array,"string")

$output is not -1, but 0

Note: See TracQuery for help on using queries.