Re: sort container parameters

2021-03-03 Thread Curry Kenworthy via use-livecode
Inline sort param variables: If anyone files this bug report/feature request, let me know! I will sign on Best wishes, Curry Kenworthy Custom Software Development "Better Methods, Better Results" LiveCode Training and Consulting http://livecodeconsulting.com/

Re: sort container parameters

2021-03-03 Thread Bob Sneidar via use-livecode
We used to call that, “polishing poop” which, according to Mythbusters is a thing. No, really. Bob S On Mar 3, 2021, at 2:02 PM, Paul Dupuis via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Perhaps it is a compliment to Livecode/LCS that I EXPECTED it to work and was SURPRISED

Re: sort container parameters

2021-03-03 Thread Ken Ray via use-livecode
iable any LC token that colorizes like "stack", "the", "field", >>>> "button", "put" or "ascending". >>>> >>>> I don't think "Do" is a kludge is this case. >>>> >>>>

Re: sort container parameters

2021-03-03 Thread Paul Dupuis via use-livecode
I love xTalk. While I have written code in many dozens of languages over my career, I personally will likely never code in anything other than xTalk for as long as I continue to write code. That said, one of the "problems" of a programming language that is so intuitive is that I sometime

Re: sort container parameters

2021-03-03 Thread Craig Newman via use-livecode
ariable any LC token that colorizes like "stack", "the", "field", >>> "button", "put" or "ascending". >>> >>> I don't think "Do" is a kludge is this case. >>> >>> Ralph DiMola >>>

Re: sort container parameters

2021-03-03 Thread Richard Gaskin via use-livecode
Paul Dupuis wrote: > I just discovered much to my dismay that you can not execute the > following: > > put "ascending" into tDirection > soft lines of tContainer tDirection international > > apparently neither the sort direction (ascending|descending) nor the > sort type

Re: sort container parameters

2021-03-02 Thread Curry Kenworthy via use-livecode
Paul: > apparently neither the sort direction (ascending|descending) > nor the sort type (international|text|datetime|numeric|binary) > can be variable! > I see this a a bug or perhaps a failure to fully > robust impliment the sort container command? > Does any one else see this as a bug?

Re: sort container parameters

2021-03-02 Thread Alex Tweedly via use-livecode
Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Paul Dupuis via use-livecode Sent: Tuesday, March 02, 2021 4:56 PM To: use-livecode@lists.runrev.com Cc: Paul Dupuis Subject: sort container pa

Re: sort container parameters

2021-03-02 Thread Bob Sneidar via use-livecode
If it is a lot to sort, I am wondering why not use a memory database with the indexes you need to sort by, or a file database if the data needs to be persistent? Bob S On Mar 2, 2021, at 2:52 PM, Paul Dupuis via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Okay. Thank you

Re: sort container parameters

2021-03-02 Thread Paul Dupuis via use-livecode
fo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Paul Dupuis via use-livecode Sent: Tuesday, March 02, 2021 4:56 PM To: use-livecode@lists.runrev.com Cc: Paul Dupuis Subject: sort container parameters I just discovered much to my disma

RE: sort container parameters

2021-03-02 Thread Ralph DiMola via use-livecode
; is a kludge is this case. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Paul Dupuis via use-livecode Sent: Tuesday, March 02, 2021 4:56 PM To: use-livecode@lists.r

sort container parameters

2021-03-02 Thread Paul Dupuis via use-livecode
I just discovered much to my dismay that you can not execute the following: put "ascending" into tDirection soft lines of tContainer tDirection international apparently neither the sort direction (ascending|descending) nor the sort type (international|text|datetime|numeric|binary) can be