DICTFREE |
Top Previous Next |
Syntax DICTFREE(dict as POINTER) Description Frees an associative array, removing all name/value pairs.. Parameters dict - Pointer to an associative array created with the DICTCREATE command. Return value None. Remarks None Example usage DICTFREE(myDict) |