Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions docs/REFERENCES/brightscript/interfaces/ifassociativearray.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,20 +162,14 @@ Returns the number of keys in the associative array.

The number of keys in the associative array.

### Value(aa as Object) as Object
### Values() as Object

_Available since Roku OS 15.3_

#### Description

Returns the values within the associative array in key order.

#### Parameters

| Name | Type | Description |
| ---- | ------ | ------------------------------------------- |
| aa | Object | The associative array to be ordered by key. |

#### Return Value

An array of associative array keys/value pairs in key order.
An array of associative array values, sorted in key order.
Loading