SetSingle Method

Object List Next Object

Defined By:
DataBuffer

Description:

Allows you to set a Single value.

Declaration:

Sub SetSingle(ByVal offset As Long, ByVal value As Single)

Details:

offset is the location, in Bytes, where the Single will be stored. value is the Single you want to store.

See Also:

GetSingle method