Hi there,
For some reason I can't figure this seemingly simple Subj, may be someone can help.
In my particular case, trying to delete Contact[0] from the xavp storing Contacts after t_load_contacts()
$xavp(tm_contacts[0]) = $null;
Above results in all but the latest added value being deleted. Assigning $null to index[1] results in all but the latest 2 being delete and so on.
Thanks.