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

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

AIT_ASCIIToChar

Description

Converts the specified ASCII code into the corresponding character.

Format

string AIT_ASCIIToChar  (
  integer nASCIIValue     // ASCII code
);

Parameters

nASCIIValue (input)

Specify an ASCII code.

Return value

This API function returns the character corresponding to the ASCII code.