Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

$ASCII

1977 Version of ANSI Standard

3.2.8 Functions function

$A[SCII]( expr )

produces an integer value as follows:

–1 if the value of expr is the empty string.

Otherwise, the decimal equivalent of the ASCII code of the leftmost character of the value of expr.

$A[SCII]( expr1 , intexpr2 )

is similar to $A(expr1) except that it works with the intexpr2th character of expr1 instead of the first. Formally, $A(expr1,intexpr2) is defined to be $A($E(expr1,intexpr2)).

See also the transition diagram for $ASCII.

Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.

This page most recently updated on 13-Sep-2014, 15:54:30.

For comments, contact Ed de Moel (demoel@jacquardsystems.com)