IVariableSetContent Method |
Sets a value to a variable.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax bool SetContent(
string content,
bool updateMRU
)
Function SetContent (
content As String,
updateMRU As Boolean
) As Boolean
Parameters
- content
- Type: SystemString
Value of the variable.
This parameter is mandatory. - updateMRU
- Type: SystemBoolean
If set to true, the value is added to the Most Recently Used (MRU) list.
This parameter is mandatory.
Return Value
Type:
BooleanSee Also