B
Blake Weaver
Subject pretty much says it. I'm testing my Collection to check and see if
an item has already been added, thus avoiding duplicates. I don't even know
what value to check it against... some sort of Null I'd guess. I tried
IsNothing(MyCollection("key") but I get the following error:
System.ArgumentException: Argument 'Index' is not a valid value.
Not sure what I'm missing.
Thanks,
Blake
an item has already been added, thus avoiding duplicates. I don't even know
what value to check it against... some sort of Null I'd guess. I tried
IsNothing(MyCollection("key") but I get the following error:
System.ArgumentException: Argument 'Index' is not a valid value.
Not sure what I'm missing.
Thanks,
Blake