On 7 Aug 2008, at 12:52, runrev at animabit.de wrote: > crlf and cr are not the same! > > from the docu: > Use the CRLF constant as an easier-to-read substitute for > numToChar(13) & numToChar(10). > cr is numToChar(13) only. Be careful. In Rev, cr is numToChar(10) and is a synonym for return and lf. Cheers Dave