[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Inserts the specified value into the buffer.

Namespace:  MBNCSUtil
Assembly:  MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)

Syntax

C#
public void InsertInt64(
	long l
)
Visual Basic (Declaration)
Public Sub InsertInt64 ( _
	l As Long _
)
Visual C++
public:
void InsertInt64(
	long long l
)

Parameters

l
Type: System..::.Int64
The value to insert.

See Also