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

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