Modify ↓
Opened 17 years ago
Closed 17 years ago
#922 closed Bug (No Bug)
$CmdLineRaw does not allow pipes ('|')
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | Cc: |
Description
1) Set up a parameter list that includes pipes (i.e. -email=user1@…|user2@…)
2) Use _arrayDisplay to view the command line parameter list in a script
Notice that the user2@… parameter is missing. In this example, $CmdLine[1] does include the user2 parameter
Attachments (0)
Note:
See TracTickets
for help on using tickets.

This belongs in support. Also, terrible report, read WikiStart. Your title has nothing to do with the problem you describe. You don't provide a script. Worst of all, there is no bug here, just a failure on your part to understand how things work.