HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
ASC
Syntax
ASC("string")
Description
Returns a vector containing the ASCII codes of string.
Example
ASC("AB") returns [65, 66]
ASC — Discussion
↑Back to top