Okay;  I was looking for a way to just copy the dimensions, but that 
will 
work.
        Thanks,

Leslie

On Tuesday 01 January 2013 13:48:06 Rick McGuire wrote:
> On Tue, Jan 1, 2013 at 2:13 PM, Jean-Louis Faucher 
<jfaucher...@gmail.com>wrote:
> > Maybe
> > array2 = array~copy
> > ?
> > and then you assign the values you want in each cell.
>
> You'd probably want to throw in an empty call after the copy to get it to a
> clean state.
>
> Rick
>
> > 2013/1/1 Leslie Turriff <jlturr...@centurytel.net>
> >
> >>         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
> >
> > -------------------------------------------------------------------------
> >----- 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



------------------------------------------------------------------------------
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