| Item | Description |
| HaaDelAt() | Removes a key/value pair from an associative array. |
| HaaGetKeyAt() | Retrieves the key from an associative array by its ordinal position. |
| HaaGetPos() | Retrieves the ordinal position of a key in an associative array. |
| HaaGetRealPos() | Retrieves the sort order of a key in an associative array. |
| HaaGetValueAt() | Retrieves the value from an associative array by its ordinal position. |
| HaaSetValueAt() | Changes the value in an associative array by its ordinal position. |
| HGetAACompatibility() | Checks if a hash is compatible with an associative array. |
| HGetVaaPos() | Retrieves the sort order of all keys in an associative array. |
| HSetAACompatibility() | Enables or disables associative array compatibility for an empty hash. |