Forum Discussion
RokuMarkn
12 years agoVisitor
"squirreltown" wrote:
Brightscript is case-insensitive except for the registry, right? Anything else?
From the Brightscript Language Reference:
The dot operator is always case insensitive. By convention, a statement like:
aa.NewKey = 55
Will actually create the Associative Array entry in all lower case ("newkey"). The array operator or the ifAssociativeArray.AddReplace method can be used to create mixed case keys.
--Mark