| |
asc
Purpose:
Returns the numerical ASCII value of character.
Return Values:
Returns an integer value between 0 and 255 denoting the numerical ASCII value of character.
Example:
input: | resulting output:
|
<? asc(" ")> | 32 |
<? asc("0")> | 48 |
<? asc("1")> | 49 |
<? asc("2")> | 50 |
<? asc("A")> | 65 |
<? asc("a")> | 97 |
See Also:
chr().
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
H.E.I. provides support, tools, and services like
Webdesign in Mannheimm,
the HTML/CSS 3D WebGL Animation Library taccgl,
3D Webdesign, and
3D Product Configurator
(3D Produkt Konfigurator in German).
Selected blog articles :
3D Objects on HTML pages,
CSS Transition Visibility, and
CSS Transition Display.
© 1996-2025 H.E.I. All Rights Reserved.
|