Re: Request for comments on C-Structs to MC structs...

2002-11-04 Thread Richard Gaskin
[EMAIL PROTECTED] wrote: > Thanks but there is a speed issue here... Accessing data in properties of > objects is/or must be just as slow as accessing a field... Which is why > im not using groups of fields to re-create these structures... What speeds are you getting in your tests. Here, getting

Re: Request for comments on C-Structs to MC structs...

2002-11-04 Thread Pierre Sahores
[EMAIL PROTECTED] a écrit : > > Hi gals and guys, > > If some of you are interested, i've mentioned earlier in the meta-time-space > continuum that I was porting C++ programs to Metacard. > > In these programs I have extensive struct variables to port, and some > include arrays of structs inside

RE: Request for comments on C-Structs to MC structs...

2002-11-04 Thread xbury . cs
> Subject: Re: Request for comments on C-Structs to MC structs... > > > [EMAIL PROTECTED] wrote: > > > Before I go bananas (or meta-tutti-fruity), I'd like to ask > if anyone has > > tried nesting arrays into arrays? > > > > put abunchoflinesofdata

Re: Request for comments on C-Structs to MC structs...

2002-11-04 Thread Richard Gaskin
[EMAIL PROTECTED] wrote: > Before I go bananas (or meta-tutti-fruity), I'd like to ask if anyone has > tried nesting arrays into arrays? > > put abunchoflinesofdata into test[x] -- this works > put anotherbunch into test2[x] -- this also will work > put test[x] into test[y] > put test2[x] into te