Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 Distribution Function Administration Guide


AIT_StrRTrim

Organization of this page

Description

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

Format

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

Parameters

strStrName (input)

Specify a character string.

strCharValue (input, optional)

Specify a character you want to delete. By default, blanks (such as breaks, spaces, and tabs) are deleted from the end of a character string.

Return value

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