Recent Posts
None | 7 sec ago
None | 34 sec ago
None | 45 sec ago
None | 1 min ago
Ruby | 1 min ago
None | 1 min ago
Bash | 2 min ago
None | 2 min ago
None | 2 min ago
None | 5 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Anonymous on the 8th of Oct 2007 07:45:12 PM
Download |
Raw |
Embed |
Report
<cffunction name="varScoperBug" access="public" returntype="void" output="false">
<cfscript>
var local = structNew();
local.contactNames = listToArray("a,b,c");
</cfscript>
<cfloop from="1" to="#arrayLen(local.contactNames)#" index="local.i">
<cfset local.contactName = local.contactNames[local.i] />
</cfloop>
</cffunction>
Submit a correction or amendment below.
[ previous version ] | [ difference ] | Make A New Post