This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R8
ASCII

ASCII  


 

 

Command ASCIIASCII (arithmetic_expression)

The ASCII function returns the leftmost character of the arithmetic_expression as an integer. If the arithmetic_expression is null, the function will return a NULL value.

Example  

This example returns the first letter of each last name as an integer:

SELECT ASCII(SUBSTRING(LastName,1,1))
FROM PEOPLE;

 
PROPERTIES 

Product: 4D
Theme: Functions

 
PAGE CONTENTS 
 
HISTORY 

 
ARTICLE USAGE

4D SQL Reference ( 4D v20 R8)