7.10 The C structure

indexObject

Function

Signature:
val indexObject : { array:c_object, tgt:c_object, index:int } -> unit

Description:

This selects an array element from the given array at the given index and copies the data to the target object, tgt. The index must be in the range of the array; the c_type of array should be an array type; and the target object should have compatible c_type.


MLWorks Reference Manual (version 1.0) - 3 DEC 1996

Generated with Harlequin WebMaker