Re: Tex-edit problem !
Re: Tex-edit problem !
- Subject: Re: Tex-edit problem !
- From: "Marc K. Myers" <email@hidden>
- Date: Tue, 18 Dec 2001 14:39:44 -0500
- Organization: [very little]
>
Date: Tue, 18 Dec 2001 15:09:43 +0100
>
Subject: Tex-edit problem !
>
From: rhyme <email@hidden>
>
To: <email@hidden>
>
>
This is my script to open file in a dinamic directory !
>
it doesn't work !
>
>
set numero to "inserisci il numero della giornata"
>
set form to display dialog "Che giornata vuoi aggiornare ?" default answer
>
numero
>
set numGiornata to text returned of form
>
tell application "Tex-Edit Plus"
>
open file "Macintosh HD:Desktop
>
Folder:FantaKapNew:flash:Sit.fkap.01-02:risultati:" & (numGiornata) &
>
":Partita1.txt"
>
end tell
>
>
somebody halp me ? please !
All you need is another set of parentheses:
open file ("Macintosh HD:Desktop
Folder:FantaKapNew:flash:Sit.fkap.01-02:risultati:" & (numGiornata) & ":Partita1.txt")
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[12/18/01 2:38:58 PM]