DICTREMOVEALL |
Top Previous Next |
Syntax DictRemoveAll(dict as POINTER) Description Removes all entries from an associative array. Parameters dict - Pointer to an associative array created with the DICTCREATE command. Return value None. Remarks None Example usage DICTREMOVEALL myDict |