ArrayClear
Clear all items from array
Method Signature
Arguments
Argument
Type
Required
Description
Default
array
modifiableArray
true
The array to clear.
Examples
Clear the value of an array
Uses the arrayClear function to clear the value of an array
Result: Yes
Clear the value of an array
To clear the value of an array
Result: true
Clear value of an array using member function
Uses the member function is the same as running arrayClear.
Result: Yes
Additional Examples
Related
Last updated
Was this helpful?