Ron Frasier has not received any gifts yet
<cfset newList = ''>
<cfoutput>
<CFLOOP INDEX="i" LIST="#ListVariable#">
<CFIF LISTCONTAINS(newList,TRIM(i)) EQ FALSE>
<CFSET newList = ListAppend(newList,i)>
</CFIF>
</CFLOOP>
</cfoutput>
Brought to you by your friends at Engine Studio Inc.
Posted on March 18, 2009 at 4:00pm —
<cfscript>
count = 0;
while (count lt QueryName.RecordCount)
{
count = count + 1;
Column1 = QueryName.Column1[count] ;
Column2 = QueryName.Column2[count] ;
}
</cfscript>
Brought to you by your friends at Engine Studio Inc.
Posted on March 18, 2009 at 4:00pm —
© 2010 Created by Ron Frasier on Ning. Create a Ning Network!
Comment Wall (1 comment)
You need to be a member of Technical Professional CyberVillage to add comments!
Join Technical Professional CyberVillage