- Found in:
- cLib
Description
Documentation String
Requirements: None
Caveats
Parameters
bool[]aArray
bool[]toInsert
intinsertAtIndex=0
Examples
Auto-Generated Example
bool[] myBoolArray__aArray
bool[] myBoolArray__toInsert
int myInt__insertAtIndex
bool[] returnedValue = clib.cArraySpliceBool(myBoolArray__aArray, myBoolArray__toInsert, myInt__insertAtIndex)