Custom Query (3931 matches)
Results (457 - 459 of 3931)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #458 | No Bug | ($var == '')=true for, Array, DllStruct.(?) | ||
| 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). |
|||
| #459 | Rejected | need run under pure dos | ||
| Description |
Wonder if can also produce such a out.exe that can run under pure dos (floppy boot) rely on non dlls? Regards! |
|||
| #460 | Completed | Better error display during Aut2Exe | ||
| Description |
Display UPX errors. Display error if adding a custom icon fails. |
|||
Note:
See TracQuery
for help on using queries.
