Forum Discussion
renojim
12 years agoCommunity Streaming Expert
"TheEndless" wrote:
It's probably worth noting that case matters in this instance as well. So, if you have a key named "Test" and you append an AA with a key named "test", you'll end up with two separate keys.
That's interesting. Could that be considered a bug? i thought Associative Arrays were case insensitive by default, hence the SetModeCaseSensitive interface. Which one do you get if you Lookup "test"? How about "tESt"?
-JT