Table of Contents

CleanTxt Procedure

Codeunit Text File Importer

Removes all characters with character code less than 32.

Deprecated

This procedure is deprecated and should not be used.

Reason: This function will be removed. Use the CleanTxt() function in the "QWETB Text Mgt." codeunit instead.
Deprecated since: 21.2

Signature

[Obsolete('This function will be removed. Use the CleanTxt() function in the "QWETB Text Mgt." codeunit instead.', '21.2')]
CleanTxt(TextToClean: Text) : Text

Parameters

TextToClean Text

The text to clean.

Returns

Text

The input text, except characters 0-31.

This documentation is generated from Smart Toolbox v27.1