Opened on Apr 3, 2009 at 10:41:28 PM
Closed on Apr 7, 2009 at 9:13:11 AM
#888 closed Bug (Fixed)
error with Send("{}}") under winXP
| Reported by: | Owned by: | Jpm | |
|---|---|---|---|
| Milestone: | 3.3.1.0 | Component: | AutoIt |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | Cc: |
Description
Hello & thanks for looking at this. My problem is:
Send("{}}") produces the following ouput:
[null] }
(i.e. null character before right curly brace) in several text editors including notepad, notepad++, and SciTE4AutoIT3. (It should produce the right curly brace with no null character.) This error does not happen with Send("{{}") (i.e. left curly brace) or any other keystrokes I have used. This problem also occurs on my brother's machine.
My current workaround is Send("}",1) (i.e. send it "raw"), but the above problem appears to be a bug.
My environment info is:
Environment = 3.3.0.0 under WIN_XP/Service Pack 3 X86
Attachments (0)
Change History (3)
comment:1 by , on Apr 5, 2009 at 4:52:20 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , on Apr 6, 2009 at 11:04:03 AM
| Resolution: | No Bug |
|---|---|
| Status: | closed → reopened |
Thanks to other dev I reopen it as doc say reverse.
Not sure What will be the solution code/doc
comment:3 by , on Apr 7, 2009 at 9:13:11 AM
| Milestone: | → 3.3.1.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | reopened → closed |
Fixed in version: 3.3.1.0

{} -> Null followed by }
so there is no error
just use
Send("}")