Another possibility is to use cfsilent around the cfloop thus not 
effecting the readability of your code.

Andy

tom thomas wrote:
> I have had this problem also working with big files. So if the non 
> script version was written this way, would it eliminate the whitespace 
> problem?
>
> <cfloop condition="isDefined('myVal')"><cfset myVal = 
> brReader.readLine()><cfif NOT 
> isDefined("myVal")><cfbreak><cfelse><!--- do my work here ---></cfif></cfloop>
>
> Thanks,
> Tom Thomas
>   


--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official blog @ http://blog.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to