====== SaveText ====== Saves specified text into the file WATaskTester.txt ===== Syntax ===== procedure SaveText(aText: string); ==== Parameters ==== * **//aText//** * //type:// string * //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);