Used to assign the value of a variable or object property.
Item - (Required)
Specifies the name of the variable, which is to be assigned. If a variable name is specified, but does not exist, newlook will automatically create an instance of the variable.
Expression - (Required)
Specifies the expression which will be calculated and assigned to the variable. The expression may include any combination of literal, constant and function calls, which comprise a valid expression.
Do not prefix the expression with an equals (=) sign. Doing so will cause newlook to evaluate the expression to the right of the equals first, then use that as the expression. This can lead to unexpected results if the expression specified a string, e.g. =”String1” would result in an expression that evaluates to the contents of the variable String1.
SetValue Method | GetValue Method
© 2004-2021 looksoftware. All rights reserved.