- Found in:
- cLib
GlobalVariable[]functioncArrayCreateGLOB(intindices, GlobalVariablefiller=NONE, booloutputTrace=true)Global
Parameters
intindices
GlobalVariablefiller=NONE
booloutputTrace=true
Examples
Auto-Generated Example
int myInt__indices
GlobalVariable myGlobalVariable__filler
bool myBool__outputTrace
GlobalVariable[] returnedValue = clibArrays.cArrayCreateGLOB(myInt__indices, myGlobalVariable__filler, myBool__outputTrace)