Help Center

DVARIANT.GetShortElementmethod

Extracts a single SHORT element from a safe array of shorts.

COMmethodDVARIANT.INCdocumented

Syntax

FUNCTION GetShortElement (BYVAL iElem AS ULONG) AS SHORT

Parameters

NameDescription
iElemThe 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