Re: Overwrites Struct problem

2000-12-30 Thread Don Vawter
ginal Message - From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, December 30, 2000 4:37 PM Subject: RE: Overwrites Struct problem > > any key in a struct can have only one value. > > This isn't true; a st

RE: Overwrites Struct problem

2000-12-30 Thread Dave Watts
> any key in a struct can have only one value. This isn't true; a structure member can be a complex data object such as an array, structure or query object. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~ Paid Sponsorship ~~

Re: Overwrites Struct problem

2000-12-30 Thread Don Vawter
any key in a struct can have only one value. What I would do if I wanted more than one item in a basket would be to have an one dimensional array aBasket and each element of the array be a struct of the type basket that you have now - Original Message - From: "Richard L Smith" <[EMAIL PRO