Why would: <cfoutput> #VARIABLES.start# <br> #REQUEST.LISTINGS.MAXROWS# </cfoutput>
<cfset variables.end = variables.start + request.listings.maxrows - 1> Where Variables.start=51 and request.listings.maxrows=50 throw this error: ==================== An error occurred while evaluating the expression: variables.end = variables.start + request.listings.maxrows - 1 Error near line 16, column 7. Cannot convert 51Please, check the ColdFusion manual for the allowed conversions between data types =================== repeatedly? best, paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

