Re: Sorting Arrays

2023-08-12 Thread Bob Sneidar via use-livecode
I formatted the sortKeys as I would an SQL query or an LC sort, but then I needed to isolate the key from the parameters because I couldn’t assume the sort key was simply the first word. Sent from my iPhone > On Aug 12, 2023, at 09:36, J. Landman Gay via use-livecode > wrote: > > I used a

Re: Sorting Arrays

2023-08-12 Thread J. Landman Gay via use-livecode
I used a short, one-dimensional numbered array: put the weekdayNames into tDataA split tDataA by cr simpleSortNumberedArray tDataA, "descending,text" But as Alex explained, one dimension wasn't enough. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hypera

Re: Sorting Arrays

2023-08-12 Thread J. Landman Gay via use-livecode
Got it, thanks. The array was numbered but I didn't have enough dimensions. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 11, 2023 7:03:33 PM Alex Tweedly via use-livecode wrote: On 11/08/2023 23:00, J. Landman Gay via use-

Re: Android black screen again...

2023-08-12 Thread Klaus major-k via use-livecode
Hi Jacque, you wrote: > I'm just guessing, but memory may be too low to allow the browser widget to > work, however I am not using the browser widget (does not display PDFs on Andoid!) but the PDF widget! > Am 11.08.2023 um 22:30 schrieb J. Landman Gay via use-livecode > : > > On 8/11/23 3:1