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

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

AIT_CharToASCII

Description

Converts the specified character into the corresponding ASCII code.

Format

integer AIT_CharToASCII (
  string strStrName     // Character string consisting of at least one character
);

Parameters

strStrName (input)

Specify a character string.

Return value

This API function returns the ASCII code of the first character in the specified character string.