<cfset foo = createObject("component","X")>
If I had _another_ CFC that demanded you pass X to it, the code may look
like this:
<cfargument name="whatever" type="X">
Since X is not in the default list of possible values, CF will assume X ==
CFC of type X.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

