PROBLEMS WITH WRITE TO FILE

Stephen Barncard stephenIC at barncard.com
Tue May 20 06:31:51 EDT 2003


That's the ticket!!! Thanks...
I'll be using URL for ftp'ing files to the server too...

sqb

>Hi Stephen,
>
>try this:
>
>function writeToFile theBlock
>   global targetFile
>   set the fileType to "MSIETEXT"
>   put theBlock into url("file:" & targetfile)
>end writeToFile
>



More information about the use-livecode mailing list