- Found in:
- cLib
bool[]functioncArrayReplaceBool(bool[]aArray, boolreplaceThis, boolwithThis, boolforceAll=false)Global
Description
Documentation String
Requirements: None
Documentation Comment
forceAll == TRUE replaces EVERYTHING with aValue
Caveats
Parameters
bool[]aArray
boolreplaceThis
boolwithThis
boolforceAll=false
Examples
Auto-Generated Example
bool[] myBoolArray__aArray
bool myBool__replaceThis
bool myBool__withThis
bool myBool__forceAll
bool[] returnedValue = clib.cArrayReplaceBool(myBoolArray__aArray, myBool__replaceThis, myBool__withThis, myBool__forceAll)