From 1effb29743c3308b39f3355b4499960054cd3ba9 Mon Sep 17 00:00:00 2001 From: EnTerr Date: Fri, 14 Aug 2026 17:21:06 -0700 Subject: [PATCH] fix info on the new .values() method in ifassociativearray.md Signed-off-by: EnTerr --- .../brightscript/interfaces/ifassociativearray.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/REFERENCES/brightscript/interfaces/ifassociativearray.md b/docs/REFERENCES/brightscript/interfaces/ifassociativearray.md index 4a49b22b..723edb49 100644 --- a/docs/REFERENCES/brightscript/interfaces/ifassociativearray.md +++ b/docs/REFERENCES/brightscript/interfaces/ifassociativearray.md @@ -162,7 +162,7 @@ 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_ @@ -170,12 +170,6 @@ _Available since Roku OS 15.3_ 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.