GET-VALUE-BY-INDEX( ) method
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Gets the value of the attribute at the given 1-based index.
Return type: CHARACTER
Applies to: SAX-attributes object handle
Syntax
|
- index
- An integer expression indicating the 1-based index of the attribute.
Returns
the Unknown value (?) if index is less
than 1 or greater than the value of the SAX-attributes object's
NUM-ITEMS attribute.