From: Panayotis K. <pan...@pa...> - 2010-12-19 13:06:59
|
I think I found another problem with arrays. When using XMLVMArray createSingleDimensionWithType:size:andData in a multi-dimension array, it clearly states that each entry of the array is of type XMLVMElem, (which is of size 8), while the type (and thus the type size) could be smaller. I think the implementation of this method should change, so that it could "trim" the data when this method is called automatically and to convert it to the correct size for each element. I have a question here: is this method automatically inserted in the source code *only* for the multi-dimensional arrays, in order to define the higher orders of array length? |