Hello
I use the Ask file command to let the user provide the name and location of a txt-file. But on testing no file it written to disc.
I get no errors.
So, can anybody tell me what is wrong with this script:
on mouseUp
ask file "Save your order" with "Untitled.txt"
if it is empty then exit mouseUp
open it
write field "totalOrder" to file it
end mouseUp
/magnus
--------------------------------------------------------------------------------------------------
"En l�ng resa mot full�ndandet � fr�n 6.04 till OSX"
--------------------------------------------------------------------------------------------------
Studio Alice
Magnus von Br�msen
0702-212 495
0322-633 833
www.studioalice.se
- Re: Ask dialog and write file to disc Magnus von Br�msen
- Re: Ask dialog and write file to disc Scott Rossi
- Re: Ask dialog and write file to disc Klaus
- Re: Ask dialog and write file to disc Magnus von Br�msen
- RE: Ask dialog and write file to disc Barlow Frank
