What is the cleanest way to create a second multi-dimension array with 
the 
same dimensions as a first array?  The documentation doesn't talk much about 
multi-dimension arrays, and shows no examples of referencing them.
        I thought that array~size might give me what I'm looking for, but it 
looks 
like that won't help; the description of array~items is rather vague, but I 
think that its value for multi-dimension arrays is probably similar to 
array~size?
        array~last might do the trick.  Can I use its value directly inthe 
instantiation of the new array [newArray = .array~new(old~array~last)]?  Or 
do I have to break up the output first?

        Thanks,
Leslie

------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to