> I always end up using lists rather than arrays, though a list can be thought
> of as a 1-dimensional array.  So I would use a list of structures rather
> than an array of structures.  I find Lists easier to create and maintain
> than arrays.

how do you work with a list of structures when you have multiple
structures for each element like so:

array elements for the shopping cart with nested structures:

[1] product 1 - product_price=$10
                product_name="Some Name"
                Prodcut_ID=4
[2] product 2 - product_price=$15
                product_name="Second Name"
                Prodcut_ID=10
[3] product 3 - product_price=$20
                product_name="Third Name"
                Prodcut_ID=14

i'd be interested in seeing your code for something like this using
lists. how are you processing it? -emily
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to