> On Jun 13, 2016, at 6:34 PM, Terry Judd <terry.j...@unimelb.edu.au> wrote:
> 
> If I go through all of the array elements in turn it is possible to
> identify the problem ones and I can Œfix¹ each of them by doing this...
> 
> put empty after tData[<tElement>]
> 
> ...after which jsonExport() runs just fine.

Maybe I'm just stating the obvious--since you have this solution, you probably 
know.  But just in case...

This will turn a number into a string.  it does it using the numberFormat at 
the time and place of the 'put empty after'.  

I'm guessing jsonExport() is gagging on the result of arithmetic.  

Dar


_______________________________________________
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