Hi,

I have recently read Ben Forta's new series "Reality" and it mentioned in 
there that Macromedia have warned people off using ListAppend() (and some 
other list functions) and to make list's manually, for example (raw 
example, you get the drift):

<CFSET TempList = "">

<CFLOOP>
    <CFSET TempList = TempList & NewVar & ",">
</CFLOOP>

Why is this? Is it a performance issue? Are MM planning to scrap them? Of 
course its not complicated to perform a manual list append but i suppose 
it goes against the ethos of CFML. 

Just wondering why i suppose?

Thanks

Oliver Cookson

Reply via email to