Hello Alex,
I can see that each row is iterated, can this be avoided if data in sourceTable.Columns[i] be unboxed to non-object array? If it can, will it be possible to write eg. (I do not know the correct syntax)

jObject.SetB("SIZES_DATA0", unbox sourceTable.Columns[0])
jObject.SetB("SIZES_DATA1", unbox sourceTable.Columns[1])
..

I assume you know my usage of the word "unbox" in this context.

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to