CTI32 Engine Class Library

Log.GblStatusSetValue Method 

Set a global name/value pair. (Not associated with a port)

[Visual Basic]
Public Sub GblStatusSetValue( _
   ByVal name As String, _
   ByVal val As String _
)
[C#]
public void GblStatusSetValue(
   string name,
   string val
);

Parameters

name
Name of variable or statistic
val
Value assigned to the name

See Also

Log Class | CTI32Engine Namespace