Yeah.  Bummer.  I thought I'd take advantage of CFAPPLICATION's
Application.ApplicationName variable to display the app name on the home
page, but it's converted to uppercase.  Forced me to create a new var,
AppName, with the same value but in the proper case for display purposes.
-David

On Thu, 26 Oct 2000 15:56:40 -0400 Dave Watts <[EMAIL PROTECTED]>
writes:
> > 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
________________________________________________________________
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
------------------------------------------------------------------------------------------------
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]

Reply via email to