GetArgumentExpression Method
Description
Returns the value or default value of an argument to an object of type CALL_SUBROUTINE or START_SUBROUTINE, respectively. For objects of other types, it returns the empty string.
Syntax
Visual Basic |
---|
Public Function GetArgumentExpression( _ ByVal Position As Long _ ) As String |
Parameters
- Position
- Required Long that indicates the number of the argument from which to obtain the argument's value.
Return Type
String value.
See Also