GetInteger Method
Object List Next Object
Defined By: DataBuffer
Description:
Finds an Integer value.
Declaration:
Function GetInteger(ByVal offset As Long) As Integer
Details:
Offset is the position, in Bytes, of the Integer you want to inspect. GetInteger
returns the Integer value at the requested position.
See Also:
SetInteger method