Re: Unwanted Comma in output file name
Re: Unwanted Comma in output file name
- Subject: Re: Unwanted Comma in output file name
- From: Andy Wylie <email@hidden>
- Date: Sun, 15 Dec 2002 08:38:05 +1300
on Sat, 14 Dec 2002 13:10:43 -0500 Gary Lists wrote:
>
I am writing out a text file and I keep getting a "," prepended to the name.
>
>
Here is the call:
>
>
set oPath to ((path to desktop) & "output.html")
if you concate string...
set oPath to ((path to desktop as string) & "output.html")
you won't be bothered by ',' TIDs when coercing a list to string ;)
_____________________________ Andy
_______________________________________________
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.