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 by , 17 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , 17 years ago
I very much apologise.
Did not know that in each function @extended is set to 0.
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().