I observe a strange behaviour: it's like an empty
string is different from "" when evaluated inside a
conditionnal expression.
snippet:
c4_Row Row;
c4_StringProp pString("String");
pString(Row) = "";
if ( pString(Row) != "" )
{
printf("Problem...");
}
Unless I missed something, it looks like a great
pitfall for programmers :-(
__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
_____________________________________________
Metakit mailing list - [EMAIL PROTECTED]
http://www.equi4.com/mailman/listinfo/metakit