|        | |||||
|  | |||||
| function | OCI_GetArrayAsString | ||||
| Other Library Functions | 
| Library: OCI Include: omoci.xin | Returns: String The null-terminated string value in the data buffer. | 
  define external stream function OCI_GetArrayAsString
     (  value OCI_Array_type Array,
        value counter ElementPos
     )
This function retrieves an element from the OCI_Array_type variable's data contents as a stream value. The contents of the data area is assumed to be a null-terminated string so the length of the data does not need to be specified.
Input arguments:
| ---- |