Save data table to a sharepoint
Hi AllI have succeded in reading data tables (uploaded manually) from a sharepoint using JSL.However, I cannot find a way to make JMP (version 8.0.2 on Windows) save a file to this sharepoint.To read a file I use:dt = open(::path||"MyTable.jmp");where path is a long string starting with http://.....This works fine.To save a file I use:dt << save(::path||"MyTable1.jmp")
JMP interprets ::path||"MyTab...