Code Help: query based cfloop with startrow and endrow in cfscript
This is probably a pretty simple thing - but I'm trying to learn as much cfscript as possible by converting my cfcs to cfscript. I have found examples of for loops in cfscript based off a query, but I'm not sure where the startrow and endrow would fit in.
<cfloop query="qQuery" startrow="start#" endrow="#end#">
<cfset var1=var>
<cfset var2=var2>
</cfloop>
Thanks a bunch for any tips.
~ Ben
