Modify ↓
#1136 closed Bug (No Bug)
IsArray sets @extended=0
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.1.1 | Severity: | None |
Keywords: | Cc: |
Description
When i use function IsArray then resets @extended.
In help for IsArray is nothing about @extended.
Dim $text[1] SetExtended(3) IsArray($text) MsgBox(0,"",@extended)
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
comment:2 Changed 15 years ago by anonymous
I very much apologise.
Did not know that in each function @extended is set to 0.
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.
Sigh. Why do we bother writing documentation when people don't bother reading it.
Try reading the documentation for SetExtended().