Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 3883)

Ticket Resolution Summary Owner Reporter
#3960 Completed Integer division Jpm Alecsis1
Description

Hello! As well-known, division operation always returns double even if both operands are integer, e.g.

Local $v = 10/2              
ConsoleWrite(VarGetType($v)) ; we've got double instead of integer

Imho there may be useful to have special math operator for integer division, for example $i % $j or smth like that. Or else, special function like Div($i, $j) in addition to existing Mod($i, $j) In such case we would be sure to obtain integer result, e.g. 10/3=3 instead of 3.33333… Thank you for attention! PS Sorry for my weak English (

#3959 Fixed _WinAPI_ShellUserAuthenticationDlg example not working Jpm Nine
Description

As title says, example in help file is not working. Tested on Win10.

#3957 Fixed TCP functions have spelling errors Jpm lwc
Description

The following functions use the word connexions instead of connections:

  1. TCPAccept (in 2 different places)
  2. TCPRecv (in 2 different places)
  3. TCPCloseSocket (in 1 place)
  4. TCPListen (in 1 place)
Note: See TracQuery for help on using queries.