GetLeftSideOfExpression Method
Description
For FlowControlCmd objects of type ASSIGNMENT, this function returns the name of the variable being assigned to. For other types of objects, it returns an empty string.
Syntax
Visual Basic |
---|
Public Function GetLeftSideOfExpression() As String |
Return Type
String value.
See Also