Question
Formatting a string?
I'm trying to format a string for a query using cfscript.
Instead of using &'s to concatenate a string, is there a method
in CF that is similar to .NET's String.Format method or php's
sprintf function? Thanks.
Ryan
Ryan
