The Portrate Interview Engine

InterviewControl.SetVariable Method 

Sets the user variable with the given name to the given value. Send NULL as the value to remove the variable.

[Visual Basic]
Public Sub SetVariable( _ 
   ByVal varName As String, _ 
   ByVal vv As String _ 
)
[C#]
public void SetVariable(
   string varName,
   string vv
);
[C++]
public: void SetVariable(
   String* varName,
   String* vv
);
[JScript]
public function SetVariable(
   String varName,
   String vv
);

Parameters

varName
vv

See Also

InterviewControl Class | Portrate.Interview Namespace