Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (229 - 231 of 3893)

Ticket Resolution Summary Owner Reporter
#854 Fixed InetGetSize psandu.ro
Description

#include <Inet.au3> $a = InetGetSize("http://address/version.dat") If $a > 0 Then

_INetGetSource('www.google.com') $b = InetGetSize("http://" & $user & ":" & $pass & "@address/download/fis.upd" MsgBox(262144, 'Size:', $b)

EndIf

-without _INetGetSource('www.google.com')

always $b=0

why? pls help thanks.

#860 Fixed With...EndWith is not a loop Jpm Richard Robertson <icekirby1@…>
Description

With...EndWith is listed under AutoIt>Language Reference>Loop Statements. Since With is not a loop construct, it seems an inappropriate place to put it.

#861 Fixed Grammer Mistake Jpm BinaryBrother
Description

I'm not real sure this belongs here, but I thought it to be relevant based on Wikipedia's definition of 'Software_Bug'. Although it's not truly software side, it is related to AutoIt... The AutoIt Help-File has a grammar mistake under the function

'FileFindFirstFile()'

(not described either in Microsoft dosumentation).

Direct quote above... As you can see dosumentation, is misspelled!

I'm not harking, or anything... I'm just trying to help... :)

Note: See TracQuery for help on using queries.