[futurebasic] Re: [FB] More than 8 fn parameters

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 2004 : Group Archive : Group : All Groups

From: Paul Bruneau <paul_bruneau@...>
Date: Wed, 25 Feb 2004 17:48:12 -0500
On Wednesday, February 25, 2004, at 05:08 PM, ronald b. kopelman wrote:

> On 25 Feb, 2004, at 9:35 AM, several folks wrote about:
>
>> I thought one could have more than 8, but if one did, they could not 
>> be
>> "complex". Oh well...for my problem I reduced it to seven and all is
>> well.
>
> 	Seems to me a really cheap way out is to invest some overhead & 
> create a data structure & send it to the function as a parameter. 
> Unless the app is time/space critical this should work fairly well. If 
> not, why not?

Yes, that is the right way. My concern was the strange behavior that I 
saw. I was just wondering what the rules were or where to find them.