RE: CFX - Pass multiple arguments

2005-03-16 Thread Dave Watts
> Do you mean like "My.JAVA.Class")> and if so, is this because of any problems > with CFX performance? Yes, that's how I'd do it. Not because of performance issues, but just that I don't see much value in the CFX API. That's why I've never bothered writing CFXs myself (aside from my complete la

RE: CFX - Pass multiple arguments

2005-03-16 Thread Kevin Aebig
:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 2:34 PM To: CF-Talk Subject: RE: CFX - Pass multiple arguments > I'm creating my first (don't laugh) CFX and I'm trying to > pass in any number of arguments to be used in a function call. I won't laugh - I've never

RE: CFX - Pass multiple arguments

2005-03-16 Thread Dave Watts
> I'm creating my first (don't laugh) CFX and I'm trying to > pass in any number of arguments to be used in a function call. I won't laugh - I've never created one (and probably never will). > Is it possible to pass an array to a CFX? Within the Java > class, is there any special processing I n

CFX - Pass multiple arguments

2005-03-16 Thread Kevin Aebig
Hey all, I'm creating my first (don't laugh) CFX and I'm trying to pass in any number of arguments to be used in a function call. Is it possible to pass an array to a CFX? Within the Java class, is there any special processing I need to do with it? Or am I stuck with just query objects? Thanks f