|
|
function
|
OCI_SetArrayAsCounterShelf
|
|
Library: OCI
Include: omoci.xin
|
|
Declaration define external function OCI_SetArrayAsCounterShelf
( value OCI_Array_type Array,
value counter InputShelf,
value counter ItemCount
)
Purpose
This function sets elements in the OCI_Array_type variable's data contents to the specified counter shelf items.
Input arguments:
- Array -- The OCI_Array_type variable to examine or manipulate.
- InputShelf -- The counter shelf from which the data is copied.
- ItemCount -- The total number of counter shelf items, starting from the first, to copy to the OCI_Array_type variable's elements. This must not exceed the declared element count of Array or the size of InputShelf. If it does, an exception will be raised and the program will be terminated.
Generated: April 21, 1999 at 2:01:13 pm
If you have any comments about this section of the documentation, send email to [email protected]
Copyright © OmniMark Technologies Corporation, 1988-1999.