Saves specified text into the file WATaskTester.txt
saveText = function(aText);
var text = 'test text'; saveText(text);