InstrSession.AttachLong

Syntax

InstrSession.AttachLong( uniqueId, value)

Purpose

Attaches a user-defined long integer value to the session. Call the InstrSession.GetLong method to retrieve the value.

Remarks

Parameters

uniqueId As String

[In] Pass a unique string to use when you retrieve the value. Call the InstrSession.GenerateUniqueID method to obtain a unique string.

value As Long

[In] Pass the long integer value to attach to the session.

See Also

InstrSession.GenerateUniqueID

InstrSession.GetLong