Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (277 - 279 of 3897)

Ticket Resolution Summary Owner Reporter
#1006 Fixed @MSEC should return time from 000 to 999 Valik Wooltown <sven.ullstad@…>
Description

@MSEC should return time from 000 to 999, today it return values from 00 to 999, which means:

45 > 325 - which is wrong

But if it returns from 000 to 999 045 < 325 - which is correct

Can you change the return value to 3 digit always ?

#1007 Fixed Help File: Un-needed include Valik JamesBrooks
Description

In the help file, TCPSend has an un-needed include, GuiConstantsEx. There is no GUI functions shown in the example.

#1009 Fixed Remove hard-coded calls to ConsoleWrite() in SQLite.au3 Valik Valik
Description

Calls to ConsoleWrite() or any other output method need removed from SQLite.au3 in favor of taking a user-defined callback function which is called to display the data in a user-defined way.

Treating this as a bug because it is a design bug.

Note: See TracQuery for help on using queries.