SetString Method

Object List Next Object

Defined By:
DataBuffer

Description:

Allows you to set a String.

Declaration:

Sub SetString(ByVal offset As Long, ByVal value As String)

Details:

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

See Also:

GetString method, SetStringN method