Re: How to add "\n" to text?
Re: How to add "\n" to text?
- Subject: Re: How to add "\n" to text?
- From: Jaime Magiera <email@hidden>
- Date: Tue, 2 Oct 2001 00:16:46 -0400
Thanks Greg. That's just what I was looking for.
Jaime
On Tuesday, October 2, 2001, at 12:08 AM, AppleScript Greg wrote:
You need to look at ASCII character 10 (I think or 13) . That will put
a UNIX newline character in it. You can always look at my script
removeUNIX (which removes UNIX newlines and replaces them with Mac
newlines. IT has the correct ASCII characters for the correct machine.
<http://www.citizenstrange.com/applescript/#removeUNIX>
Greg Strange