It looks as though arrayToJSON() isn't included in LCServerĀ  (*).

That can't be right - can it ?

Must be something I need to do - but what ?


(*) The dictionary for the array <-> JSON functions don't mention OS or Platforms.

My simple test script could be much simpler ...

<?lc
set the errormode to inline
put "abc" into tA[1]
put arraytojson(tA) into tJ
put tJ
exit to top

and it produces

file "/home/ua886128/public_html/tweedly.co.uk/tryme.lc"
   row 6, col 5: Function: error in function handler (arraytojson)
   row 6, col 5: put: error in expression

-- Alex.

_______________________________________________
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