a:=Array(1..2,1..2,[[2,3],[4,5]])
writedata("c:/test.txt",a)
Error, invalid input: writedata expects its 2nd argument, Data, to be of type {set, hfarray, list, matrix, array(1), list(list)}, but received Array(1..2, 1..2, {(1, 1) = 2, (1, 2) = 3, (2, 1) = 4, (2, 2) = 5})
Since array is the deprecated version of Array you would think Array would work using writedata in Maple 12
But it does work with array. Since I only have access to Maple...