Trying to delete Album Info, nothing happens
Status: Beta
Brought to you by:
mech9t8
When trying to delete the Album information, I pass a
null string ("") and the Album information stays the
same. The problem seems to be in __property void
set_Album(String * newVal). The test for null string (""
== newVal) doesn't work for some reason. I replaced it
with (newVal->Length == 0) to get it to work. I assume
that all of the other property set functions that deal
with a string have the same problem.