jsonExport problem

Dar Scott dsc at swcp.com
Mon Jun 13 21:32:26 EDT 2016


> On Jun 13, 2016, at 6:34 PM, Terry Judd <terry.judd at 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





More information about the use-livecode mailing list