Hi
The answer for how to remove a value is to use null, and in
perl you do that
with undef. So this works fine for me:
$success =
$Entry->setFieldValue("Description", undef,
$objdesc[$index]);
Wheras an empty string will be prohibited. Please try this
when you want
the value removed.
Thank you
Susan