Custom Query
Results (106 - 108 of 3875)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3703 | Wont Fix | 2 ^ 49 and further return wrong results | timsky | |
Description |
Bug starts at 2 49 and further. Sample code: $iInt64 = Int(2 ^ 49, 1) ConsoleWrite($iInt64 & @lf) 562949953421313 |
|||
#3109 | No Bug | 2x FileInstall in same line (in if statement) not working compiled | anonymous | |
Description |
Hello, the following code works fine: If Not (FileInstall("a.txt", "a2.txt") And FileInstall("b.txt", "b2.txt")) Then MsgBox(0, "", "Error") But in the compiled version the second file could not be installed.. Maybe the Aut2Exe dont include the second file?? Try it yourself, it wont work |
|||
#1345 | Fixed | 3.3.1.7 Number("35.") returns 0 | Valik | MeJonah@… |
Description |
As the summary says, Number() used on a string that contains a number but ends with a . returns 0. I was expecting it to return the numeric portion (i.e., in the summary Number("35.") I expect to return 35). Thanks |
Note: See TracQuery
for help on using queries.