Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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 Valik, 17 years ago

Resolution: No Bug
Status: newclosed

Sigh. Why do we bother writing documentation when people don't bother reading it.

Try reading the documentation for SetExtended().

comment:2 by anonymous, 17 years ago

I very much apologise.
Did not know that in each function @extended is set to 0.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.