Содержание

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 WATaskTester

Examples

  1. var text := 'test text';
    SaveText(text);