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@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

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to