Modify

Opened 14 years ago

Closed 14 years ago

#1440 closed Bug (Fixed)

For...In...Next, Multi dimensional array.

Reported by: anonymous Owned by: Jon
Milestone: 3.3.5.3 Component: Documentation
Version: 3.3.5.1 Severity: None
Keywords: Cc:

Description

Not sure what the intended behavior is for For...In...Next in relation to multi dimensional array's, but based on the current behavior. (same as Object collection with no elements)

"If the expression is an Object collection with no elements, the loop will be skipped and the Variable will contain an empty string."

Could be change to.

"If the expression is an Object collection with no elements, or an multi-dimensional array, the loop will be skipped and the Variable will contain an empty string."

To reflect this.

Attachments (0)

Change History (1)

comment:1 Changed 14 years ago by Jon

  • Milestone set to 3.3.5.3
  • Owner set to Jon
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [5664] in version: 3.3.5.3

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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jon.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.