Job Management Partner 1/Software Distribution Automatic Installation Tool Description and Reference

[Contents][Glossary][Index][Back][Next]

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.