Re: explain it to me
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Aug 30, 2001
- 503 views
George, I almost never remember all the good stuff people put here, so I made a email folder "code examples" that I copy the best of the best to, for future reference. Only problem is when people write email subjects like "explain it to me", instead of something which includes the *nature* of the desired help, which throws off my ability to easily browse through that folder by subjects to retrieve something of interest ;) Dan Moyer ----- Original Message ----- From: "George Walters" <gwalters at sc.rr.com> To: "EUforum" <EUforum at topica.com> Sent: Thursday, August 30, 2001 1:24 PM Subject: Re: explain it to me > > now if I can just remember this stuff.... > > ...george > > ----- Original Message ----- > From: "C. K. Lester" <cklester at yahoo.com> > To: "EUforum" <EUforum at topica.com> > Sent: Thursday, August 30, 2001 4:07 PM > Subject: Re: explain it to me > > > > Clever stuff, Chris! Thanks. > > > > -ck > > > > > I do this.. > > > > > > rec=value(rec) > > > rec={rec[2]} > > > > > > this also works.... > > > rec=rec[2..2] > > > then there is no need for an object variable.. > > > > > >