In visual basic Variant is the data type that can hold anything (basically
poor man's version of coldfusion variables).  So theoretically it can take
any CF variable... (at least any simple cf variable, string, int, etc).  

russ

> -----Original Message-----
> From: Ben Nadel [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 29, 2006 11:41 AM
> To: CF-Talk
> Subject: RE: COM and CF...
> 
> I was looking up VARIANT stuff when I was trying to mimic sending ASP
> response objects... From what I remember (and I never figured it out
> successfully) is that VARIANT data types can be many things. I don't think
> there is any one VARIANT type... But I have never used it and could be
> waaaay off base.
> 
> 
> .......................
> Ben Nadel
> www.bennadel.com
> Certified Advanced ColdFusion Developer
> 
> Need Help?
> www.bennadel.com/ask-ben/
> 
> 
> -----Original Message-----
> From: Robertson-Ravo, Neil (RX)
> [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 29, 2006 11:33 AM
> To: CF-Talk
> Subject: COM and CF...
> 
> All,
> 
> I have a COM component but a method call seems to hang CF/Page....  any
> idea
> what CF object type I need to pass to a VARIANT in order for it to work?
> 
> ServerExecuteXml([in]VARIANT, [out,in,optional]VARIANT,
> [out,in,optional]VARIANT, [out, retval]VARIANT)
> 
> What object type does CF need to generate for the VARIANT datatype to
> work??
> 
> N
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:251371
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to