Returns the name of an argument to an object of type START_SUBROUTINE. For objects of other types, it returns the empty string.
| Visual Basic |
|---|
Public Function GetArgumentName( _ ByVal Position As Long _ ) As String |
- Position
- Required Long that indicates the number of the argument from which to obtain the argument's name.
String value.