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