RE: Discover a variable's type?

2005-03-04 Thread S . Isaac Dealey
enough to support XML before testing since the xml functions may or may not exist. > You can always make a UDF for this. I'd check CFLib.org > for one that may be > there already. > -Original Message- > From: Adrian Lynch [mailto:[EMAIL PROTECTED] > Sent: Fr

Re: Discover a variable's type?

2005-03-04 Thread Dave Carabetta
On Fri, 4 Mar 2005 14:49:38 -0500, Burns, John D <[EMAIL PROTECTED]> wrote: > Does anyone have any ideas for how to discover a variable's type? (ie. > Query, Structure, Array, etc) I feel like this should be something easy > to do but I just can't think of a way to do

RE: Discover a variable's type?

2005-03-04 Thread Bryan F. Hogan
You can always make a UDF for this. I'd check CFLib.org for one that may be there already. -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 3:00 PM To: CF-Talk Subject: RE: Discover a variable's type? Well from a CF angl

RE: Discover a variable's type?

2005-03-04 Thread Adrian Lynch
one. Ade -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: 04 March 2005 19:50 To: CF-Talk Subject: Discover a variable's type? Does anyone have any ideas for how to discover a variable's type? (ie. Query, Structure, Array, etc) I feel like this should be some

Discover a variable's type?

2005-03-04 Thread Burns, John D
Does anyone have any ideas for how to discover a variable's type? (ie. Query, Structure, Array, etc) I feel like this should be something easy to do but I just can't think of a way to do it. I want to be able to take a given variable and do different things to it depending on its type.