I have a COM object that has a method that has an optional "variant" type argument. When I try to call this method like so:
obj.Export(false); CF throws an error saying that it cannot find a method under that name, or the arguments supplied don't match the method. If I cfdump the object, I can see this: <snip> Export([in,optional]VARIANT, [out, retval]VOID) </snip> Any ideas on what to do? I have tried the javacast function, but there's not really a variant type.... Marlon ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

