Menu

#3 Trying to delete Album Info, nothing happens

open
nobody
None
5
2003-09-26
2003-09-26
Russ Tiller
No

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.

Discussion


Log in to post a comment.

Monday.com Logo