CValueSet:GetValueAt
The GetValueAt method returns the value at a specified index in the CValueSet. To fetch both the value and key, use GetAt.
Value = CValueSet:GetValueAt( nIndex ) Where nIndex is an integer in the CValueSet, ranging from 1 to CValueSet:Count. If the index is invalid, nil is returned. Returns the Value at the specified index as a number, integer, string, or boolean. On failure, nil is returned. |
The following example creates a CValueSet S and adds members to it, then returns the value at the specified index:
|
-- constructor for a set of type "integer" |
|
-- add a key and value |
|
-- add a key and value |
|
-- add a key and value |
|
-- fetch at set index 3 |
|
-- result: Value[3] = 9 |
CValueSet class, Get, GetKeyAt, GetAt
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.