Syntax
Public Function selectedPosition() As Long
Description
Thisfunction is used to get the selected position ticket number.
Parameters
No parameter
Return value
Returns ticket number as value of type long, if returns zero then no selected position.
Sample
Public Sub main() Dim ID ID = selectedPosition () AlertMessage ID End Sub
See Also