« Return to Thread: Find structure in array
---
From: bounce-cfaussie-11844@... [mailto:bounce-cfaussie-11844@...] On Behalf Of Carl Vanderpal
Sent: Thursday, 29 December 2005 6:32 PM
To: CFAussie Mailing List
Subject: [cfaussie] RE: Find structure in array
On 12/29/05, Taco Fleur - Pacific Fox <taco.fleur@...> wrote:Loop over the array and find the position, i.e.found = 0;for ( i = 1; i LTE arrayLen( stBooks ); i = i + 1 ){if ( stBooks[ i ] IS 'DEF' ) // Or use compare() if you are after a case match{found = i;break;}}
Thanks Taco...& Ben
====================================
Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:carl.vanderpal@...
FireFly Internet Phone: 80011777 --- You are currently subscribed to cfaussie as: chris_dawes@... To unsubscribe send a blank email to leave-cfaussie-23165F@... Aussie Macromedia Developers: http://lists.daemon.com.au/
| ---------------------------------------------------- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. ---------------------------------------------------- |
« Return to Thread: Find structure in array
| Free embeddable forum powered by Nabble | Forum Help |