From: <pef...@fe...> - 2001-11-05 20:19:27
|
On Mon, 5 Nov 2001, Scott Wallace wrote: > In this case, it sounds like your original idea will probably be best. I > can't think of another elegant way to do this. But what if you called > attribute 1 "[Foo] Attrib1" and attribute 4 "[Bar] Attrib4" would > attribute 3 be "[Foo,Bar] Attrib3" ? It seems like this might get out of > hand if there were 5-10 or so classes. No. Each individual field must be uniquely named, so "[Foo,Bar] Attrib3" wouldn't work. You would have two fields, "[Foo] Attrib3" and "[Bar] Attrib3". Otherwise, how would you sort out the fact that they may have two different unrelated values? It's just that the names of the fields happen to be the same. -Peff |