HP Prime for All

English  Русский 

Syntax

ASC("string")

Description

Returns a vector containing the ASCII codes of string.

Example

ASC("AB") returns [65, 66]

ASC — Discussion