- Found in:
- cLib
string[]functioncArrayRemoveIndexString(string[]aArray, intindexToRemove=0, boolusePapUtil=true)Global
Description
Documentation String
Requirements: None, PapyrusUtil:Soft
Caveats
Parameters
string[]aArray
intindexToRemove=0
boolusePapUtil=true
Examples
Auto-Generated Example
string[] myStringArray__aArray
int myInt__indexToRemove
bool myBool__usePapUtil
string[] returnedValue = clib.cArrayRemoveIndexString(myStringArray__aArray, myInt__indexToRemove, myBool__usePapUtil)