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