====== saveText ====== Saves specified text into the file WATaskTester.txt ===== Syntax ===== saveText = function(aText); ==== Parameters ==== * **//aText//** * //functions:// text which has to be saved ===== Notes ===== * Functional is available only when working with [[en:waspace:software:watasktester|WATaskTester]] ===== Examples ===== -var text = 'test text'; saveText(text);