[thelist] ColdFusion & URL Variables

rudy r937 at interlog.com
Wed Nov 20 10:11:01 CST 2002


aargh, sorry about the double post

had it sitting in my outbox, wanted to edit it, accidentally
sent it both before and after the edit

<tip type=coldfusion>
you know how you don't have to hash cf variables inside cf tags?
you do in certain cases
for example,
  <cfloop index="i" from="1" to=ArrayLen(myarray)>
won't compile, but
<cfloop index="i" from="1" to=#ArrayLen(myarray)#>
is okay
the quotes are apparently optional
</tip>

rudy




More information about the thelist mailing list