>Maybe.. > >cfset x = listfirst(cgi.query_string, ",") >cfset y = listlast(cgi.query_string, ",") > >Hope this helps, > >William
Wow! Thanks everyone for the great responses. I ended up using ... RIGHT:<cfoutput>#ListFirst(CGI.QUERY_STRING)#</cfoutput><br /> DOWN:<cfoutput>#ListLast(CGI.QUERY_STRING)#</cfoutput><br /> In case this may help anyone, I'm using this to fit uploaded images into a frame that will be imported into a Flash movie via XML. The Flash movie is a product package that allows the user to add their child's photo to the package. My question and everyone's answers help me to create the process and then the algorythm to center the uploaded image, zoom in or out and then perform the final cropping to have it fit within a pre-determined frame. (height and width) Thanks. D ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288842 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

