- Found in:
- Dylbills PE
DbBigStringArrayfunctionCreateMultiArray(FormBigArrayForm, intnumberOfSubArrays=1, intsubArraySize=1, stringfillElement="", boolpersistent=true, boolabInitiallyDisabled=true)Global
Description
Documentation Comment
create a multi dimensional array with numberOfSubArrays of subArraySize
BigArrayForm should have this script attached and the DynamicStringArrays script attached
Caveats
Parameters
FormBigArrayForm
intnumberOfSubArrays=1
intsubArraySize=1
stringfillElement=""
boolpersistent=true
boolabInitiallyDisabled=true
Examples
Auto-Generated Example
Form myForm__BigArrayForm
int myInt__numberOfSubArrays
int myInt__subArraySize
string myString__fillElement
bool myBool__persistent
bool myBool__abInitiallyDisabled
DbBigStringArray returnedValue = DbBigStringArray.CreateMultiArray(myForm__BigArrayForm, myInt__numberOfSubArrays, myInt__subArraySize, myString__fillElement, myBool__persistent, myBool__abInitiallyDisabled)