RE: var groups

2005-04-05 Thread Kerry
>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

Re: var groups

2005-04-05 Thread S . Isaac Dealey
> 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

RE: var groups

2005-04-05 Thread Kerry
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

Re: var groups

2005-04-05 Thread Paul Hastings
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