Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 313 Bytes

File metadata and controls

25 lines (13 loc) · 313 Bytes

Funzione ascii

Restituisce il codice unicode associato al primo carattere di una stringa.

Sintassi

ascii(string)

Argomenti

  • string la stringa da convertire in codice unicode

Esempi

  • ascii('Q') → 81

nota bene

--

osservazioni

--