{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

Asc / AscW

Returns the ASCII number of the first character of the string argument. The ASCII representation is the Unicode value of this character.

Usage:

Asc( X )
AscW( X )

Parameters:

X String from the the Unicode value of the first character will be returned.

Returns:

String

Examples:

asc("Report")     // Returns 82 (the unicode value of 'R')
asc("automatic")  // Returns 97 (the unicode value of 'a')
i-net Clear Reports
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - Asc / AscW