Chad Gray wrote: > Thanks! Here is final code that worked. > > I have never seen it formatted like that [""][""][""]... Is this to kind of > 'escape' the colons?
Not really, it is "array notation" and it allows for more control of the functionality then the common "dot notation" such as using characters, like colons, that are illegal in variable names and thus can not be used in dot notation syntax. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324002 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

