Job Management Partner 1/IT Desktop Management 2 Automatic Installation Tool Administration Guide

[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.