Method: SetVariableValue(strName as string, strValue as string)
Return Value
Sets the value (second parameter) of the variable named in the first parameter.
Errors
2201 |
Invalid object. |
|
2202 |
No context. |
|
2204 |
No such variable in scope |
|
2205 |
Variable cannot be evaluated |
|
2206 |
Variable returns sequence |
|
2207 |
Variable read-only |
|
2208 |
No modification allowed |