All, I reusing some code that uses replace to output data from a textbox datatype in SQL Server and I'm scratching my head on what "cr" is. Is that suppose to be a carriage return? Should I be using a charactor symbol instead of "cr"
inside of cfoutput of a query... #ParagraphFormat(Replace(all_recipes.ingredients,cr,"<br>","all"))# I'm getting the error ... Variable CR is undefined. The error occurred in D:\Inetpub\wwwroot\website\file.cfm: line 128 126 : <tr> 127 : <td align="left" valign="top" class="bodytext"> 128 : #ParagraphFormat(Replace(sfc_all_recipes.ingredients,cr,"<br>","all"))# 129 : </td> 130 : <td align="left" valign="top" class="bodytext">Ingredient list second 6 items ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260933 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

