sorting datagrids

Hershel F hershelflc at gmail.com
Fri Jul 1 16:24:45 EDT 2022


this is more what i’m concerned. i’ll give it a shot and let you know. 
thanks.

> On Jun 30, 2022, at 7:26 PM, Bob Sneidar via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> 
> put the dgText of group "myDataGrid" into tText
> set the itemDelimiter to tab
> 
> repeat with i = 1 to the number of lines of tText
>   put item i of tText into tLine
>   sort items of tLine ascending
>   put tLine into line i of tText
> end repeat
> 
> set the dgText of group "myDataGrid" to tText



More information about the use-livecode mailing list