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 , dunb...@aol.com<mailto:dunb...@aol.com> 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
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