|
|
function
|
OCI_GetArrayAsCounterShelf
|
|
Library: OCI
Include: omoci.xin
|
|
Declaration define external function OCI_GetArrayAsCounterShelf
( value OCI_Array_type Array,
modifiable counter ReturnedShelf,
value counter ElementCount
)
Purpose
This function retrieves elements from the OCI_Array_type variable's data contents and places them in the counter variable as shelf items.
Input arguments:
- Array -- The OCI_Array_type variable to examine or manipulate.
- ElementCounter -- The total number of elements, starting from the first, to copy to the counter shelf. This must not exceed the declared element count of Array or an exception will be raised and the program will terminate.
Output argument:
- ReturnedShelf -- The counter shelf into which the data is retrieved. This shelf must not be declared as variable. The shelf is cleared before data is inserted.
Generated: April 21, 1999 at 2:01:12 pm
If you have any comments about this section of the documentation, send email to [email protected]
Copyright © OmniMark Technologies Corporation, 1988-1999.