Re: StructSort Question... I am stumped.

2005-06-20 Thread Ken Ferguson
yeah, yeah, yeah -- you know, when you get used to doing things one way... Brackets are indeed a better way to go. --Ferg Raymond Camden wrote: >Not to be picky (ok, I -am- being picky and anal retentive), but why >use structFInd? It's not really useful. I would normally do >#theData[i]# > > >

Re: StructSort Question... I am stumped.

2005-06-20 Thread Raymond Camden
Not to be picky (ok, I -am- being picky and anal retentive), but why use structFInd? It's not really useful. I would normally do #theData[i]# On 6/20/05, Ken Ferguson <[EMAIL PROTECTED]> wrote: > I agree with Raymond of course, but look, if you want to do inserts in a > specific order, you can d

RE: StructSort Question... I am stumped.

2005-06-20 Thread Che Vilnonis
ne 20, 2005 2:42 PM To: CF-Talk Subject: Re: StructSort Question... I am stumped. I agree with Raymond of course, but look, if you want to do inserts in a specific order, you can do that just as easily as you can present your data in a specific order. If you were going to order your data for present

Re: StructSort Question... I am stumped.

2005-06-20 Thread Ken Ferguson
l Message- >>From: Raymond Camden [mailto:[EMAIL PROTECTED] >>Sent: Monday, June 20, 2005 1:52 PM >>To: CF-Talk >>Subject: Re: StructSort Question... I am stumped. >> >> >>Structs are NOT ordered. Therefore, there is no se

Re: StructSort Question... I am stumped.

2005-06-20 Thread Raymond Camden
> that sux! > > -Original Message- > From: Raymond Camden [mailto:[EMAIL PROTECTED] > Sent: Monday, June 20, 2005 1:52 PM > To: CF-Talk > Subject: Re: StructSort Question... I am stumped. > > > Structs are NOT ordered. Therefore, there is no set way that

RE: StructSort Question... I am stumped.

2005-06-20 Thread Che Vilnonis
that sux! -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Monday, June 20, 2005 1:52 PM To: CF-Talk Subject: Re: StructSort Question... I am stumped. Structs are NOT ordered. Therefore, there is no set way that it will be presented. As it stands, you normally

Re: StructSort Question... I am stumped.

2005-06-20 Thread Raymond Camden
there any way to re-sort how the > data is 'held' and subsequently, written to a database? > > Thanks, Che > > -Original Message- > From: Raymond Camden [mailto:[EMAIL PROTECTED] > Sent: Monday, June 20, 2005 11:18 AM > To: CF-Talk > Subject: Re: Struct

RE: StructSort Question... I am stumped.

2005-06-20 Thread Che Vilnonis
So, that is for 'presentation only'? Is there any way to re-sort how the data is 'held' and subsequently, written to a database? Thanks, Che -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Monday, June 20, 2005 11:18 AM To: CF-Talk Subject: Re:

Re: StructSort Question... I am stumped.

2005-06-20 Thread Raymond Camden
NA > 20068 array > 1 9877 > 2 1 > 3 16.9500 > 4 Size 000 > 5 20068 > > -Original Message- > From: Raymond Camden [mailto:[EMAIL PROTECTED] > Sent: Monday, June 20, 2005 10:54 AM > To:

RE: StructSort Question... I am stumped.

2005-06-20 Thread Che Vilnonis
1 9877 2 1 3 16.9500 4 Size 000 5 20068 -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Monday, June 20, 2005 10:54 AM To: CF-Talk Subject: Re: StructSort Question... I am stumped. StructSort returns a

Re: StructSort Question... I am stumped.

2005-06-20 Thread Raymond Camden
StructSort returns a value. It doesn't sort the data as is. On 6/20/05, Che Vilnonis <[EMAIL PROTECTED]> wrote: > Hello all. I have a structure of arrays that I need to sort for my shopping > cart. The structure is "stWSShoppingBasket" and the key that holds the > arrays is "BasketSKU". I need to

RE: structSort documentation?

2002-03-28 Thread Park, Simon
the cd is wrong. Simon Park > -Original Message- > From: Raymond Camden [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 28, 2002 4:20 PM > To: CF-Talk > Subject: RE: structSort documentation? > > > It is corrected - well, commented on. I figure the docs the

RE: structSort documentation?

2002-03-28 Thread Raymond Camden
Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -Original Message- > From: Park, Simon [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 28, 2002 4:12 PM > To: CF-Talk > Subject: RE:

RE: structSort documentation?

2002-03-28 Thread Park, Simon
IL PROTECTED]] > Sent: Thursday, March 28, 2002 3:58 PM > To: CF-Talk > Subject: RE: structSort documentation? > > > base, sortOType, sortOrder, pathToSubElement > > == > = > Raymond Camden, P

Re: structSort documentation?

2002-03-28 Thread Jon Hall
Thanks. Quite odd that both are wrong though. That's just a wee bit confusing... jon - Original Message - From: "Raymond Camden" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 28, 2002 3:58 PM Subject: RE: structSo

RE: structSort documentation?

2002-03-28 Thread Raymond Camden
base, sortOType, sortOrder, pathToSubElement === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda

RE: StructSort?

2001-01-13 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Scott, There is a section in the documentation from the SP2 release of CF 4.5.1 regarding this function. I've pasted the function's syntax below along with an example of how you might use it to sort a structure returned from a Spectra CODB get.

RE: StructSort?

2001-01-13 Thread Raymond Camden
You can find the docs for this function by going to the CFAdmin, and then clicking on SP2 Release Notes. StructSort StructSort returns an array of structures containing top-level key names (strings) sorted according to the value of the specified sub-element. The value of the keys may be simple va

RE: StructSort?

2001-01-12 Thread Christopher Olive, CIO
you could always use ArraySort(StructKeyArray(structname)) chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Scott Weikert [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 5:05 PM To: CF-Talk Subject: StructSort? Hey g