RE: Help with this Struct question, please

2002-12-13 Thread James Ang
You should replace: StructIsEmpty(newsbank.collection.nbx[newsNum].HEADERFIELDS.SHL) With: NOT (StructKeyExists(newsbank.collection.nbx[newsNum].HEADERFIELDS, SHL) AND NOT StructIsEmpty(newsbank.collection.nbx[newsNum].HEADERFIELDS.SHL)) If the above does not work, you should try this: cfset

RE: Help with this Struct question, please

2002-12-13 Thread S . Isaac Dealey
You should replace: StructIsEmpty(newsbank.collection.nbx[newsNum].HEADERFIELD S.SHL) With: NOT (StructKeyExists(newsbank.collection.nbx[newsNum].HEAD ERFIELDS, SHL) AND NOT StructIsEmpty(newsbank.collection.nbx[newsNum].HEADERFIELD S.SHL)) I don't think this short-circuit it quite