> Has it been your experience that CF turns all keys in a
> structure to all uppercase? I have a structure that I'm
> using, I stick a bunch of stuff in it with string keys
> like "String One", "String Two", then when I pull them
> out I get "STRING ONE" and "STRING TWO". I'm going to
> have to rewrite the whole thing using arrays or lists
> or something, but a structure seemed especially well
> suited to what I wanted to do until I ran into this.
That's correct. This is a side-effect of CF's lack of case-sensitivity with
variable names (which is all that structure keys really are, when you come
right down to it - even though they can have names that aren't valid
variable names).
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]