hi, everybody, does anybody can help me?
i need to save 4 lines to xml file, i wrote the next code:
set thepath to "" & (path to desktop)
set theFile to thepath & "control.xml"
set TheText to "
" & return
open for access file theFile with write permission
set eof file theFile to 0
write TheText to file theFile starting at eof as Unicode text
(
Read more... )