The function sets the right-hand side of the Assign statement to the expression passed in. Use the function IsExpressionValid to determine validity of expression before using this function.
| Visual Basic |
|---|
Public Sub SetRightSideOfAssignment( _ ByVal Expression As String _ ) |
- Expression
- Required String that indicates the expression to be used for the right side of the assignment.
String value.