function
| Library: Oracle Call Interface database support (OMOCI legacy) Include: omoci.xin | Returns: The integer value of the specified element. | 
define external integer function OCI_GetArrayAsCounter
   (  value OCI_Array_type Array,
      value integer ElementPos
   )
This function retrieves an element from the OCI_Array_type variable's data contents as an integer value.
Input arguments: