Can you name all the tags that create variables?

As part of the development effort on my var-scoping tool I have been trying to identify all of the tags that can create variables.   I have yet to find a comprehensive listing of tags, so I'm hoping that people can leave comments here to expand the list.

Here's my partial list to start with (yes I know it's small), along with the parameter that specifies the variable name.  Please comment on my blog and add on any that I've missed.

cfloop:index
cfloop:item
cfquery:name
cfinvoke:returnvariable
cfdirectory:name
cffile:variable
cfparam:name
cfsavecontent:variable
cfform:name
cfstoredproc:name
cfprocparam:variable

Related Blog Entries

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
cfhttp: result
cfquery: result (creates a metadata struct)
cfimage: name
cfmail: query
cffeed: name
cffeed: query
cfftp: name

i'll try to think of more later...
# Posted By todd sharp | 10/22/07 5:08 PM
cfwddx:output
cfobject:name
cfsearch:name
# Posted By Ben Smith | 10/22/07 7:10 PM
Uh ... you're all missing the obvious:
cfset:name

Also, I don't know how this would fit into the list, but you can create variables within a cfscript block.
# Posted By Rob Huddleston | 10/22/07 11:19 PM
cfprocresult:name
# Posted By Terrence P Ryan | 10/22/07 11:30 PM
cfpop:name
cfregistry:name
cfreport:name
# Posted By Maurice Crama | 10/23/07 12:30 AM
I looked at the CF8 documentation and can't find a 'name' parameter for cfstoredproc. I did find a result parameter, though.

cfdbinfo:name
cfdocument:name
cfexecute:variable
cfimage:name
# Posted By Robert | 10/23/07 5:31 AM
Robert-
Good catch on cfstoredproc, not sure how I came up with that example, it looks like result is the correct parameter name
# Posted By Mike Schierberl | 10/23/07 2:38 PM
cfindex
cfldap

Must be a few more to come up with.
# Posted By James Morrow | 10/23/07 6:13 PM
cfNTauthenticate:result
# Posted By James Morrow | 10/24/07 4:14 PM
cfcollection:name
cfpdf:name
cfxml:variable
cfzip:name
# Posted By Pat Santora | 10/24/07 4:14 PM
BlogCFC was created by Raymond Camden. This blog is running version 5.9.002. Contact Blog Owner