Synopsis
PDX_MSGT dar_DeleteAll(DAR_ARRAY *dar)
Purpose
Deletes all elements from a dynamic array.
Description
Although this function deletes all elements from the array, the array doesn't actually shrink (yet).
Input
dar
Dynamic array to push onto.
Return
A PDX error.