Carriage Return in a file?

When your put/writing in a file… how do you add a return? line break?

example.

put “updateTestLink(”&“521”&comma&“smoke10”&comma&“b”&comma&global buildID&")" after file “~/Desktop/mFoundryLogs/Testlinkfile.txt”

Just include ‘& return’ at the end of your line, like this:

put "updateTestLink("&"521"&comma&"smoke10"&comma&"b"&comma&global buildID&")" & return after file "~/Desktop/mFoundryLogs/Testlinkfile.txt"