[IronPython] jagged arrays

Elise Langham (Elanit) i-ellang at microsoft.com
Wed May 27 16:42:14 CEST 2009


Thanks for the swift reply (:
Unfortunately

jagArray = Array[Array[int]]( ( Array[int](1,2), Array[int](1,2),
Array[int](1,2,3), Array[int](1,2,3,4) ))


Gives another error message: TypeError: Array 1 () takes exactly 1 argument, (2 given)



Any idea what the problem is ?



Elise


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090527/5ec71f21/attachment.html>


More information about the Ironpython-users mailing list