Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FlowControlCmd Object : SetRightSideOfAssignment Method
Required String that indicates the expression to be used for the right side of the assignment.
SetRightSideOfAssignment Method
Description
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.
Syntax
Visual Basic
Public Sub SetRightSideOfAssignment( _
   ByVal Expression As String _
) 
Parameters
Expression
Required String that indicates the expression to be used for the right side of the assignment.
Return Type
String value.
See Also