Field IsBlank() Method

Determines whether a field does not contain data.

Function Signature

 bool IsBlank()

Parameters

Parameter Type Description

None

Return

Type Description

bool

Returns true if this field contains no data; false if it does.

Technical Details

SBM ModScript version: 11.3.

Notes

Use this method to help you determine whether a field does not contain data. This typically occurs when a field is uninitialized, meaning it does not have a default value or values entered by users.

Related Topics

Field