1. Using the ElementCount[index:string] property, which returns 0 if no values have been assigned.
I just realized the minute after i posted
. It looks efficient enough. Thanks.
2. Using the Value[index:string] property, which returns an empty string if no values have been assigned.
That won't cut it because i need to know if the element was present and if so it could have had a value of an empty string. But #1 is glimmering.
Thanks,
/Dany