Modify ↓
Opened 16 years ago
Closed 16 years ago
#1647 closed Bug (No Bug)
StringInStr returns wrong value when 4th parm is "Default"
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.0 | Severity: | None |
| Keywords: | StringInStr, Default | Cc: |
Description
Default Parameter for occurrence is 1 (HelpFile).
But
StringInStr('Hello', 'l', Default, Default)
returns another value than
StringInStr('Hello', 'l', Default, 1)
Attachments (0)
Note:
See TracTickets
for help on using tickets.

In fact unless stated in the doc "Default keyword cannot replace an optional builtin Autoit parameter function