Custom Query (3922 matches)
Results (400 - 402 of 3922)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #401 | Rejected | Karma / Thanks Mod | ||
| Description |
Could we get a Karma or a Thanks mod for the forums? Somebody helps you, or makes something great, could we rate them for it? I'm sure it would push more scripts.. |
|||
| #402 | Fixed | Execute crashe on failure in production version 3.2.12.1 | ||
| Description |
Execute crashes rather than returning "" on failure in production version 3.2.12.1 Example Execute("Caps Lock") or Execute("$a b") |
|||
| #403 | No Bug | Different results for both for loops | ||
| Description |
The two available for loops create different results, when nummeric values are used. For..to..Next works as expected (results are numerical values), For..in..Next creates string values from numeric data types. I would expect both loops to do the same in this case. ;For loops create different results with numeric arrays Dim $Array1[2] Dim $Array2[2] For $Item in $Array1 $Item = 5 Next For $Index = 0 to 1 $Array2[$Index] = 5 Next $Result1 = "Array1[0] is String: " & IsString($Array1[0]) & ", is Number: " & IsNumber($Array1[0]) $Result2 = "Array2[0] is String: " & IsString($Array2[0]) & ", is Number: " & IsNumber($Array2[0]) MsgBox(0, "For loop results", $Result1 & @CR & $Result2) |
|||
Note:
See TracQuery
for help on using queries.
