Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (319 - 321 of 3897)

Ticket Resolution Summary Owner Reporter
#1117 No Bug _excelwriteformula quotes - possible bug Jfish
Description

I searched for a bug on _excelwriteformula but did not see one. I am not sure if this is a bug but please see my post where I could not get the function to work and had to use _excelwritecell instead - which worked using the same parameters.

http://www.autoitscript.com/forum/index.php?showtopic=99670&st=0&gopid=715019&

#1123 No Bug SetError(), SetExtended(), default return value. anonymous
Description

Documentation for both SetError and SetExtended() 'Return Value' say "By default, none, ...". Assuming "none" stands for or just zero.

But both return 1 when used without a Return value.

ConsoleWrite('SetError(2) = ' & SetError(1) & @CRLF)
ConsoleWrite('SetExtended(2) = ' & SetExtended(1) & @CRLF)

ps: A additional remark to SetExtended() about the fact that it not just sets @extended, but also resets @error back to zero, might be usefull.

#1126 No Bug ImageSearch anonymous
Description
+>16:53:27 AU3Check ended.rc:0
>Running:(3.3.0.0):C:\Program Files (x86)\AutoIt3\autoit3_x64.exe "C:\Documents and Settings\Administrator\Desktop\Programaatjes\Autologin\Autologin.au3"    
C:\Program Files (x86)\AutoIt3\Include\ImageSearch.au3 (40) : ==> Subscript used with non-Array variable.:
if $result[0]="0" then return 0
if $result^ ERROR
->16:53:37 AutoIT3.exe ended.rc:1
+>16:53:39 AutoIt3Wrapper Finished
>Exit code: 1    Time: 14.427

this is the error im getting if i launch my program in autoit but when its compiled and started it works perfectly (same dir same code)

on xp 32 bit it worked, now i have xp 64bit and doesn't work

this should be fixed i think or help me with this

thx

Note: See TracQuery for help on using queries.