Custom Query
Results (154 - 156 of 3870)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#539 | Fixed | StringSplit w/ flag 2 doesn't return string if no delims | Valik | wraithdu |
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. |
|||
#541 | Fixed | ControlCommand Helpfile typo | Jpm | Xenobiologist |
Description |
Hi, ControlCommand helpfile little typo. "HideDropDown", "" UNdrops a ComboBox should be "HideDropDown", "" Undrops a ComboBox Mega |
|||
#542 | Fixed | StringRegEx causing a hard crash | Valik | Jos |
Description |
http://www.autoitscript.com/forum/index.php?showtopic=76269&view=findpost&p=552434 After some more testing I did manage to make it hard crash when running the script and using the input file from this zip file:http://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/test.rar I haven't been able to make it crash in the debugger of with a Debug compiled version. Anybody have any idea how to debug this one? |