Converts index to VID.
Syntax
|
Function IndexToVID(lIndex As Long) As Long
|
|
long IndexToVID(long lIndex);
|
lIndex | Index beginning from 0 |
Return Value
long | Converted VID. If index is out of range, a negative value will be returned. |
Example
Remarks
See Also
|