>I can just dump that structure
good point
>var local = declare("filepath,filename,extension","string");
interesting idea
-Original Message-
From: S.Isaac Dealey [mailto:[EMAIL PROTECTED]
Sent: 05 April 2005 17:52
To: CF-Talk
Subject: Re: var groups
> h
> hey, just a thought while I am var ing about 20 variables
> for a large
> function:
> Anyone know if MM have looked at/dismissed the idea of
> multiple vars i.e.
> var filepath,filename,extension as String;
> var linesread,lineswritten,timeout as Int;
> ?
Seems to me like that would be agains
uot;;
linestuff.linesread = 0;
linestuff.lineswritten = 0;
linesruff.timeout = 0;
doesnt reduce the amount of code required to declare and type all the vars.
-Original Message-
From: Paul Hastings [mailto:[EMAIL PROTECTED]
Sent: 05 April 2005 12:48
To: CF-Talk
Subject: Re: var groups
Kerry wrote:
&g
Kerry wrote:
> hey, just a thought while I am var ing about 20 variables for a large
> function:
>
> Anyone know if MM have looked at/dismissed the idea of multiple vars i.e.
>
> var filepath,filename,extension as String;
> var linesread,lineswritten,timeout as Int;
no idea but it's cheap enough
4 matches
Mail list logo