Is there any difference in speed in doing <%= _form{"myvariable}%> multiple times as opposed to assigning to a local variable ($myLocal := _form{"myvariable) and writing the local to the page with <%=$myLocal%> many times?
Assigning to a local is always faster. How much faster? Maybe a few microseconds.
Regards, Aparajita www.aparajitaworld.com "If you dare to fail, you are bound to succeed." - Sri Chinmoy | www.srichinmoylibrary.com _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
