Field SetBlankValue() Method

(SBM On-Premise/PaaS only) Removes data from a field, returning it to an uninitialized state.

Function Signature

 void SetBlankValue()

Parameters

Parameter Type Description

None

Return

Type Description

None

Technical Details

SBM ModScript version: 11.3.

Notes

After the data is removed using SetBlankValue(), the field contains a special code that represents a lack of data, which can be detected by IsBlank().

Related Topics

Field