- see footer for list info -<
Adrian Lynch wrote:

Evaluate() isn't so bad, I tend not to use it as I prefer array notation, I
think it reads better.
Not as bad as it used to be, but yes array notation is much better.... there are virtually no instances where you should ever need to use evaluate. (I think I had a solution for Neils one and only instance where he had to use evaluate)

It would be useful if the scope could be one of many:

        Evaluate("someVar" & i)
Errr... no... it wouldn't!!!
<cfset variables.someNewVar = evaluate("someVar"&i)>

If I had a variables.someVar1 and session.someVar1 which would be assigned to variabes.someNewVar?



_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
- Hosting provided by www.cfmxhosting.co.uk -<
- Forum provided by www.fusetalk.com -<
- DHTML Menus provided by www.APYCOM.com -<
- Lists hosted by www.Gradwell.com -<
- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to