AIT_IsEmpty

Description

Checks to see if the entered character string is empty.

Format

bool AIT_IsEmpty (
 string strStrName     // Character string name
);

Parameters

strStrName (input)

Specify a character string name.

Return values

This API function returns true if the character string is empty, and false if not.