Modify ↓
      
        Opened 15 years ago
Closed 15 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)
Change History (1)
comment:1 Changed 15 years ago by Jpm
- Resolution set to No Bug
 - Status changed from new to closed
 
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
 - In-depth discussions should take place on the forum.
 
For more information see the full version of the ticket guidelines here.
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