I just found out the hard way that in Internet Explorer, you can’t index a string like an array. The following works OK in Firefox, but it fails in IE:
stringVar[foo]
That will be undefined in IE.
I just found out the hard way that in Internet Explorer, you can’t index a string like an array. The following works OK in Firefox, but it fails in IE:
stringVar[foo]
That will be undefined in IE.