Modify ↓
Opened 18 years ago
Closed 14 years ago
#134 closed Feature Request (No Bug)
Add support for COM events to take ByRef parameters
| Reported by: | Valik | Owned by: | Valik |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
We need to support objects being passed to COM events by reference. The attached script contains an example using Word. The comments at the top explain how to use the script and what to expect.
Attachments (1)
Change History (5)
by , 18 years ago
| Attachment: | WordByRefTest.au3 added |
|---|
comment:1 by , 17 years ago
| Owner: | set to |
|---|---|
| Severity: | → None |
| Status: | new → assigned |
comment:2 by , 16 years ago
comment:4 by , 14 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | assigned → closed |
We do support this for some time now.
Attached code have logical error. Run method of that object doesn't take parameters byref (in sense that it advertise altering the content).
Note:
See TracTickets
for help on using tickets.

any news on this? Maybe extend the syntax like this:
$o_object.Run($s_MacroName, ObjByRef $v_Arg1)