I have COM object that I'm calling with CFObject. The only examples I have of using it are in VB. I can get the object created but it is crashing on a function that looks like this in the VB example
obj.StartPF outputfile:="C:\test"
When I convert this to it's CF equivilet, it would look something like this
<cfset StartPF = outputfile:="C:\test">
which of course won't work. I've tried all kinds of combinations of double and single quotes, substituting variables, DE, etc to handle this statement. Anybody out there know how I could deal with this?
Thanks,
obj.StartPF outputfile:="C:\test"
When I convert this to it's CF equivilet, it would look something like this
<cfset StartPF = outputfile:="C:\test">
which of course won't work. I've tried all kinds of combinations of double and single quotes, substituting variables, DE, etc to handle this statement. Anybody out there know how I could deal with this?
Thanks,