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

This function returns TRUE if the expression can be used as a valid subroutine argument name, and FALSE otherwise.

Syntax
Visual Basic
Public Function IsValidSubroutineArgumentName( _
   ByVal Expression As String _
) As Boolean
Parameters
Expression
Required String that is the argument name to evaluate for validity.
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
See Also