<cfloop index="x" from="6" to="1" step="-1">


From: "Charles Crittenden Jr." <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Printing an array
Date: Fri, 23 Feb 2001 13:17:51 -0800 (PST)

Ok
I am sorry I was not specific on what I was asking I
am really try to reverse the order of the array for
example. If my array was stored
1
2
3
4
5
6
I want to revearse the way it is stored to
6
5
4
3
2
1
I know there is some javascript I can run called array
reverse.  But is there another way to handle this
--- "Adrian J. Moreno" <[EMAIL PROTECTED]>
wrote:
 > I believe this will do:
 >
 > <cfloop index="i" from="3" to="6">
 > <cfoutput>#myArray[i]#<br></cfoutput>
 > </cfloop>
 >
 > HTH,
 >
 > Adrian J. Moreno
 >
 > "Charles Crittenden Jr." wrote:
 >
 > > I am trying to print the contents of an array.
 > For
 > > example I want to print from postion 3 to postion
 > 6 in
 > > a one-dimensional array with 9 elements inside of
 > the
 > > array.  Is there a fucntion I can use to handle
 > this
 > > situation?
 > >
 > > Charles
 > >
 > > __________________________________________________
 > > Do You Yahoo!?
 > > Yahoo! Auctions - Buy the things you want at great
 > prices! http://auctions.yahoo.com/
 > >
 > >
 >
-------------------------------------------------------------------------
 > > This email server is running an evaluation copy of
 > the MailShield anti-
 > > spam software. Please contact your email
 > administrator if you have any
 > > questions about this message. MailShield product
 > info: www.mailshield.com
 > >
 > > -----------------------------------------------
 > > To post, send email to [EMAIL PROTECTED]
 > > To subscribe / unsubscribe: http://www.dfwcfug.org
 >
 >
 >
-------------------------------------------------------------------------
 > This email server is running an evaluation copy of
 > the MailShield anti-
 > spam software. Please contact your email
 > administrator if you have any
 > questions about this message. MailShield product
 > info: www.mailshield.com
 >
 > -----------------------------------------------
 > To post, send email to [EMAIL PROTECTED]
 > To subscribe / unsubscribe: http://www.dfwcfug.org


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices! 
http://auctions.yahoo.com/

-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to