Will Swain wrote: >what's the ascii entity for a new line? Carriage return = Chr(13) Linefeed = Chr(10) Linebreak = carriage return + linefeed = Chr(13) & Chr(10)
Having separate characters for a linefeed and a carriage return goes back to the time when printing something in bold was done by moving the carriage back to the beginning of the line and printing the same text a second time on top of the first print. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=5 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=5 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
