RE: Procedure and Function (Rambling thought)

2001-04-15 Thread Dave Watts
> A function must return a single value. What language uses > functions that don't? This is a bit misleading. While most languages limit what functions can return to a single variable, that variable may well be a complex data object, like an array. Dave Watts, CTO, Fig Leaf Software http://www

RE: Procedure and Function (Rambling thought)

2001-04-12 Thread Jeffry Houser
ose, copy, distribute, or >retain this message. Please notify us on +44 (0)207 387 8890. > > > >-Original Message- >From: Jeffry Houser [mailto:[EMAIL PROTECTED]] >Sent: 12 April 2001 18:08 >To: CF-Talk >Subject: RE: Procedure and Function (Rambling thought) > >

RE: Procedure and Function (Rambling thought)

2001-04-12 Thread Andy Ewings
ssage- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: 12 April 2001 18:08 To: CF-Talk Subject: RE: Procedure and Function (Rambling thought) At 12:28 AM 04/12/2001 -0400, you wrote: > >From what I remember from my CS classes (my degree is in Electronics, not >CS) functions and

RE: Procedure and Function (Rambling thought)

2001-04-12 Thread Jeffry Houser
At 12:28 AM 04/12/2001 -0400, you wrote: > >From what I remember from my CS classes (my degree is in Electronics, not >CS) functions and procedures are devices that use either an individual or >multiple attributes to perform some computation. ;) functions must always return one value. Proced

Re: Procedure and Function (Rambling thought)

2001-04-12 Thread Xing Li
if in my mind. xing - Original Message - Subject: RE: Procedure and Function (Rambling thought) > I agree! I dont know what the big fuss is about... CF Tags are functions as > far as anyone should be concerned - just because they're not implemented in > exactly the same way

RE: Procedure and Function (Rambling thought)

2001-04-11 Thread Javier Woodhouse
ammer. Regards, Javier > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 12, 2001 2:29 PM > To: CF-Talk > Subject: RE: Procedure and Function (Rambling thought) > > > Sorry, but my wandering mind's gotten the be

RE: Procedure and Function (Rambling thought)

2001-04-11 Thread Jared Clinton
D] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 12 April 2001 14:29 > To: CF-Talk > Subject: RE: Procedure and Function (Rambling thought) > > > Sorry, but my wandering mind's gotten the better of me and I've got a > concept to throw out for those who might want to ch

RE: Procedure and Function (Rambling thought)

2001-04-11 Thread C. Hatton Humphrey
Sorry, but my wandering mind's gotten the better of me and I've got a concept to throw out for those who might want to chew on an idea (no spitting, please... we just washed the floors). >From what I remember from my CS classes (my degree is in Electronics, not CS) functions and procedures are de