> While processing Amazon report files I notice that they have > labelled most of their fields with "-" in. For example > order-id and payments-date. > > Having queried this file how am I going to be able to refer > to the field, obviously #order-id# won't work as it will try > to evaluate the var order minus the var id. > > I have tried #[order-id]# and #'order-id'# with no success, any ideas?
This is pretty common in external services, etc. Just stick the variables within a structure if you're creating them, or use the Variables scope as a prefix: #Variables["order-id"]# Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore and Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260719 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

