Custom Query (3931 matches)
Results (460 - 462 of 3931)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #461 | Completed | StringReplace to include right-to-left functionality | ||
| Description |
This request is simple. I think the StringReplace function should include an optional parameter to X number of instances of a string starting from the right instead of the left. |
|||
| #462 | Completed | Send() can't send Unicode characters. | ||
| Description |
I'm trying to send ChrW(0x03B8) which is θ ( small theta), but even in notepad, it's not shown up correctly: $process = Run("notepad.exe")
$NotepadHWND = "Untitled - " ; EN
;~ $NotepadHWND = "Unbenannt - " ; DE
WinActivate($NotepadHWND)
WinWaitActive($NotepadHWND)
$text = ChrW(0x03B8)
Send($text,1)
InputBox("It should be:","It should be this char: Copy it to Notpad and see, that it is accepted",$text)
I think Sned doesn't support Unicode and that should be changed. |
|||
| #463 | Rejected | date.au3 library // _DateToMonth() | ||
| Description |
Issue: Will not resolve months June, July, September in a consistent (3 letter) abbreviated format ($ishort= 1). Cause: (pasted from date.au3) Local $aMonthNumberAbbrev[13] = ["", "Jan", "Feb", "Mar", "Apr", "May", "June", "July", "Aug", "Sept", "Oct", "Nov", "Dec"] Request: change date.au3 such that "abbreviated" versions of month names are consistently composed of three characters only(?). |
|||
