{{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')
SEP IT AG
sep.ch verwendet Cookies und ähnliche Technologien, um das Nutzererlebnis auf unserer Webseite zu verbessern und unseren Datenverkehr zu analysieren. Mehr Informationen in unserer Datenschutzerklärung


Help - Asc / AscW