DVARIANT.GetShortElementmethod
Extracts a single SHORT element from a safe array of shorts.
Syntax
FUNCTION GetShortElement (BYVAL iElem AS ULONG) AS SHORT
Parameters
| Name | Description | |
|---|---|---|
iElem | The index of the element of the array. |
Return value
The retrieved value.
Description
Extracts a single SHORT element from a safe array of short integers.
Reference
- Include file
DVARIANT.INC - Defined in AfxNova/DVARIANT.inc:1675
- Documented in COM/DVARIANT Class.md
- Topic: DVARIANT Class