Custom Query (3927 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 3927)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#1062 No Bug language support xyz33
Description

GUICtrlCreateTreeViewItem doesn't support korean language

#4096 No Bug 0/false is evaluated as empty string when single = is used xsxizas@…
Description
; Example #1
Local $iDateCalc= 0
If $iDateCalc == "" Then
MsgBox(0,"","EMPTY String")
EndIf
If $iDateCalc = "" Then
MsgBox(0,"",$iDateCalc & " is evaluated as EMPTY String with single '=' ")
EndIf

; Example 2
Local $iDateCalc= False
If $iDateCalc == "" Then
MsgBox(0,"","EMPTY String")
EndIf
If $iDateCalc = "" Then
MsgBox(0,"",$iDateCalc & " is evaluated as EMPTY String with single '=' ")
EndIf
#1364 Duplicate IniReadSection update xrewndel <xrewndel@…>
Description

IniReadSection ( "filename", "section" ) Only the first 32767 chars are taken in account in an section due to Win9x compatibility.

It is need to remove this limitation because Win9x no more supported.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.