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

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

AIT_StrTrim

Description

Returns a character string where all blanks or specified characters are deleted from its left and right ends.

Format

string AIT_StrTrim (
  string strStrName        // Character string
  [,string strCharValue]   // Character value
);

Parameters

strStrName (input)

Specify a character string.

strCharValue (input, optional)

Specify a character to be deleted. By default, blanks (such as breaks, spaces, and tabs) are deleted from the start and end.

Return value

This API function returns a character string where all specified characters are deleted from its start and end.