Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FlowControlCmd Object : IsValidLeftHandValue Method
Required String that is the expression to evaluate for validity.
IsValidLeftHandValue Method
Description

This function returns TRUE if the expression can be used as a valid left hand value (i.e. can be used on the left-hand side of an assignment statement), and FALSE otherwise.

Syntax
Visual Basic
Public Function IsValidLeftHandValue( _
   ByVal Expression As String _
) As Boolean
Parameters
Expression
Required String that is the expression to evaluate for validity.
Return Type
Boolean value.
See Also