Thanks Bob! Any explanation is helpful since I am fairly new to data grids.
The commas are thousands delimiters. John Balgenorth On Mar 3, 2015, at 4:13 PM, Bob Sneidar <[email protected]> wrote: > dgData returns an array. dgText returns delimited text. if the commas are > thousand delimiters, then strip them. I’ve often thought of trying to > implement a “displayAs functionality for Datagrids, like Excel does, where > the value is one thing but the display is another. Your situation really > underscores the need for this. > > Bob S > > > On Mar 3, 2015, at 06:18 , [email protected]<mailto:[email protected]> wrote: > > An easy way is to extract the full dataset, perhaps with the "dgData". This > will give you a tab and return delimited list. Then you might sort by a > function: > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
