Actions
Bug #3223
closed$COM(N) returns index
Start date:
01/22/2017
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
If you specify an index instead of a com name, [code]$COM[/code] returns the index if the com exists instead of the com name
[code]alias example {
comopen example MSXML2.ServerXMLHttp.6.0
echo -a $!com(1) $com(1) || It should be: $!com(1) example
comclose example
}[/code]
Updated by Per Amundsen almost 8 years ago
- Category set to Scripting
- Status changed from New to Resolved
- Assignee set to Per Amundsen
Thanks, fixed for next beta.
Updated by Per Amundsen almost 8 years ago
- Status changed from Resolved to Closed
Actions