ArrayToJSON in LCServer ?
Devin Asay
devin_asay at byu.edu
Fri Nov 17 18:21:27 EST 2017
Alex,
My recollection is that for functions in libraries, like this one, you have to find the library stack in the IDE installation and copy it to your server then ‘start using’ it, in the case of a stack, or ‘include’ it in the case of a .lc script. (The former is what I’ve done, I believe.) I’ve done this successfully. The hard part is figuring out where the library is stashed in the IDE installation.
HTH
Devin
On Nov 17, 2017, at 3:57 PM, Alex Tweedly via use-livecode <use-livecode at lists.runrev.com<mailto:use-livecode at lists.runrev.com>> wrote:
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<http://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 at lists.runrev.com<mailto:use-livecode at lists.runrev.com>
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
Devin Asay
Director
Office of Digital Humanities
Brigham Young University
More information about the use-livecode
mailing list