System.Clear(var SecretText) Method

Version: Available or changed with runtime version 12.0.

Clears the value of a single variable.

Syntax

 System.Clear(var Variable: SecretText)

Note

This method can be invoked without specifying the data type name.

Parameters

Variable
 Type: SecretText
The identifier (variable) of type SecretText.

See Also

System Data Type
Getting Started with AL
Developing Extensions