Re: C struct
- Posted by tone.skoda at gmx.net Jun 18, 2002
- 399 views
----- Original Message ----- From: "Derek Parnell" <Derek.Parnell at SYD.RABOBANK.COM> > node_parm = allot({MAXP, Ptr}), How do I store() to node_parm[3]? The only way, it seems to me, is this way: tmp = node_parm tmp [1] += 4*2 store (p, tmp, val)