Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (82 - 84 of 3870)

Ticket Resolution Summary Owner Reporter
#1210 No Bug 'trac authentication not installed, refer to documentation' Jim Michaels <jmichae3@…>
Description

your bug tracking program is not fully installed. I can't login. I only just figures out that I can set an email address using preferences, *after* submitting a feature request.

#458 No Bug ($var == '')=true for, Array, DllStruct.(?) mvgulik
Description

($var == ) = true for, Array, DllStruct.(?)

not sure if this is correct autoit behavior or not.(bug?) but the following ($var == "") test returns true for a array type var. kind a expected it to return a false as the var type/content is not a string, nor empty. (same is true for a DllStruct var)

;~ dim $var = DllStructCreate("byte")
dim $var[2] = [1,2]
dim $Out = "if $var == '' then" & @CRLF
if $var == '' then
	$Out &= 'True'
else
	$Out &= 'False'
EndIf
ConsoleWrite($Out & @CRLF)
MsgBox(0,'MsgBox',$Out)

tested on v3.2.12.1(missing in version list) and v3.2.13.4 also tested on v3.0.100.0 witch returned false(array).

#3571 Fixed (Beta) Map values are erased Jon qsek
Description

Explanation and reproducer in this forums post: https://www.autoitscript.com/forum/topic/190932-possible-maps-bug-beta/

Note: See TracQuery for help on using queries.