purge-array - (array)
Contents
Description
purge-array deletes all elements from <array> that was created with new-array.
After purge-array, you can use it without calling new-array again; the array is initialized as if it was
just created that way.
Examples
Create an array, put some data in it and then delete the data:
new-array arr
write-array arr key 50 value "myvalue"
purge-array arr
See read-array for more examples.
Name
purge-array - (array)
Purpose
Purge an array.
See Also
Array
new-arraypurge-arrayread-arraywrite-array See all documentation
$DATE $VERSION GOLF(2gg)
Syntax
purge-array <array>
