Help Center

DVARIANT.PutIntmethod

Assigns an int_ value.

COMmethodDVARIANT.INCdocumented

Syntax

SUB PutInt (BYVAL _value AS INT_)

Description

Assigns an INT_ (long) value to the DVARIANT.

Remarks

Don't confuse an INT_ (LONG) with the Free Basic INTEGER data type.

Reference

  • Include file DVARIANT.INC
  • Defined in AfxNova/DVARIANT.inc:1160
  • Documented in COM/DVARIANT Class.md
  • Topic: DVARIANT Class