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 Valik, on Aug 17, 2009 at 5:39:35 PM

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, on Aug 18, 2009 at 3:09:30 AM

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.