copyArrayToMatrix in javascript?
Hi,
Since I found that copyArrayToMatrix method in JAVA for quickly update the content of a matrix, I'm wondering if it is possible to do something similar using Javascript, for the moment I'm still using the setcell method which is slow..
thank
anyone?
It's not possible in javascript - you have to use Java or the C API.
okok, thank you : )