Custom Query (3927 matches)
Results (40 - 42 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #475 | Fixed | StringSplit() does not honor flag 2 when using "" (empty) as delim | ||
| Description |
StringSplit() is returning the array count in $array[0] when the delimiter is "" (blank), even though flag = 2 is set. Ex - #include <Array.au3> $string = "thequickbrownfox" $array = StringSplit($string, "") _ArrayDisplay($array) $array = StringSplit($string, "", 2) _ArrayDisplay($array) |
|||
| #539 | Fixed | StringSplit w/ flag 2 doesn't return string if no delims | ||
| Description |
In StringSplit() with flag 2 (no return count in first element), if there are no delims found the return $array[0] is blank, instead of returning the original string. |
|||
| #569 | Fixed | TCPRecv - SocketToIp() function in Helpfile example has incorrect DllCall() | ||
| Description |
The first DllCall() in this function should be - $aRet = DllCall("Ws2_32.dll", "int", "getpeername", "int", $SHOCKET, _
"ptr", DllStructGetPtr($sockaddr), "int*", DllStructGetSize($sockaddr))
The parameter type for the name member size was incorrect, and should be an int*. |
|||
Note:
See TracQuery
for help on using queries.
