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