• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
carriage return trouble
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

carriage return trouble


  • Subject: carriage return trouble
  • From: Mátyás Ferenc Farkas <email@hidden>
  • Date: Thu, 5 Feb 2004 06:49:34 +0100

hi,

i want to make a file, and write the current time and date in it closed by a return of course. at the end result is does not work, the textedit wraps the text, and the return is not there.

here is the script and the event log and the result in textedit:
tell application "iCal" to set thename to summary of urgentTodo
tell application "Finder"
try
set todofolder to (outputFolder as string) & thename as string as alias
set anitems to items in todofolder
on error
set todofolder to make new folder at outputFolder with properties {name:thename}
end try
try
set filepath to (todofolder as string) & thename & " log.txt" as +class furl;
set openfile to open for access filepath with write permission
set theeof to get eof of openfile
write ("-------" & "alma" & "-------" & return) to openfile starting at theeof
close access openfile
on error
close access openfile
end try
end tell

tell application "iCal"
get todo 1 of calendar 1
--> todo 1 of calendar 1
get summary of todo 1 of calendar 1
--> "www.apple.com/applescript csekk"
end tell
tell application "Finder"
get every item of alias "Work:output:_my projects:www.apple.com/applescript csekk:"
--> {
document file "www.apple.com/applescript csekk log.txt" of folder "www.apple.com/applescript csekk" of folder "_my projects" of folder "output" of disk "Work"
}
open for access file "Work:output:_my projects:www.apple.com/applescript csekk:www.apple.com/applescript csekk log.txt" with write permission
--> 61
get eof 61
--> 127.0
write "-------alma-------
" to 61 starting at 127.0
close access 61
end tell

-------alma--------------alma--------------alma-------------- alma--------------alma--------------alma-------------- alma--------------alma--------------alma-------

i am using the latest panther, and i hope i miss something...

thanks
--
matyas
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: carriage return trouble
      • From: Andrew Oliver <email@hidden>
    • Re: carriage return trouble
      • From: Mátyás Ferenc Farkas <email@hidden>
  • Prev by Date: Re: Soft returns in string variable?
  • Next by Date: Re: carriage return trouble
  • Previous by thread: Select Highlighted Messages in Mail
  • Next by thread: Re: carriage return trouble
  • Index(es):
    • Date
    • Thread