Custom Query (3927 matches)
Results (22 - 24 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1062 | No Bug | language support | ||
| Description |
GUICtrlCreateTreeViewItem doesn't support korean language |
|||
| #4096 | No Bug | 0/false is evaluated as empty string when single = is used | ||
| 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 | ||
| 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. |
|||
Note:
See TracQuery
for help on using queries.
