Well, I guess you are right that there is no "conversion" between a string to a query, but it is duck typing which makes CF "know" how to handle the variable as a query the first time you loop over it etc...
~Brad -----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 2:38 PM To: CF-Talk Subject: RE: CFC oddness > Also note that CF does an implicit conversion from a string > data type to a query. Quack quack. This isn't really "duck typing". CF is, for all practical purposes, typeless, so this is no different than CF's behavior everywhere else. There's no interface in common between the string and the query object that are sequentially placed within q1, we're simply overwriting one value with another. 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, 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:257089 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

