- Found in:
- cLib
string[]functioncArraySliceString(string[]aArray, intfromIndex, inttoIndex=0, boolusePapUtil=true)Global
Description
Documentation String
Requirements: None, PapyrusUtil:Soft
Caveats
Parameters
string[]aArray
intfromIndex
inttoIndex=0
boolusePapUtil=true
Examples
Auto-Generated Example
string[] myStringArray__aArray
int myInt__fromIndex
int myInt__toIndex
bool myBool__usePapUtil
string[] returnedValue = clib.cArraySliceString(myStringArray__aArray, myInt__fromIndex, myInt__toIndex, myBool__usePapUtil)