I wonder if they will fix the annoying security bug that crashes
it every other time I open it.

  
John McKown 



> -----Original Message-----
> From: Shawn Grover [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 29, 2002 11:15 AM
> To: CF-Talk
> Subject: RE: ColdFusion MX / Studio MX now available!
> 
> 
> And then CFTalk goes deathly quiet as everyone rushes off to 
> download MX... 
> LOL
> 
> 
> 
> -----Original Message-----
> From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 29, 2002 2:10 AM
> To: CF-Talk
> Subject: ColdFusion MX / Studio MX now available!
> 
> 
> Macromedia has just announced the availability of ColdFusion MX / Studio
> MX!
> 
> 
> :-)
> 
> 
> 
> 
> 
> 
> 
> Neil Clark
> Team Macromedia
> http://www.macromedia.com/go/team
> 
> Announcing Macromedia MX!! 
> http://www.macromedia.com/software/trial/.
> 
> -----Original Message-----
> From: Matt Liotta [mailto:[EMAIL PROTECTED]] 
> Sent: 29 May 2002 07:13
> To: CF-Talk
> Subject: RE: Array Question
> 
> COM is evil! If you want to have a good middle tier that works with
> multiple languages you will need to use Java and/or Corba.
> 
> -Matt
> 
> > -----Original Message-----
> > From: David Jones [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, May 28, 2002 11:01 PM
> > To: CF-Talk
> > Subject: Array Question
> > 
> > Thanks, I'll check out that site.
> > 
> > Another Question
> > 
> > I am using com objects to return arrays to the CF page. I do most of
> my
> > coding ASP and the objects work wonderfully. I seem to be running into
> a
> > lot
> > of silly problems when trying to code this way for CF. My objective is
> to
> > have separation between my database layer and my presentation layer.
> So
> > that
> > if I need to convert the code later to some other language it wont be
> a
> > problem. Some projects I do require CF, some ASP, and some times
> others.
> > So
> > I want to have good componentized code that I can reuse. How do you
> guys
> > handle things like this in CF? Do any of you program with COM
> regularly? I
> > am getting the feeling that it might not be the best idea with CF. Any
> > guidance would be appreciated.
> > 
> > Thanks,
> > 
> > Dave
> > 
> > 
> > -----Original Message-----
> > From: Jeff Garza [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, May 29, 2002 1:32 AM
> > To: CF-Talk
> > Subject: RE: Unstructured info
> > 
> > 
> > The function UBound(arrayname, 2) returns the greatest value from the
> > second
> > dimension of the array ArrayName. The closest function in CF to this
> is
> > ArrayMax(arrayName) but that only returns the greatest value from a
> one
> > dimensional array.  You'll have to copy the values from second
> dimension
> > of
> > your array to a separate array and then get the ArrayMax of the new
> array.
> > You might also want to check CFLib.org and see if there is a user
> defined
> > function that will deal with multi-dimensional arrays.
> > 
> > Jeff
> > 
> > -----Original Message-----
> > From: David Jones [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, May 28, 2002 10:19 PM
> > To: CF-Talk
> > Subject: RE: Unstructured info
> > 
> > 
> > This may sound like a silly question but I am having a hard time
> figuring
> > this out.
> > 
> > What is the CF equivalent to the VBScript UBound(arrayName,2)? I have
> been
> > all through the docs and cant find it.
> > 
> > Thanks,
> > 
> > Dave
> > 
> > 
> > 
> > 
> 
> 
> 
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to