Previous: chrasc Up: ../chrrtn.html Next: chrcm2


CHRCHR

 CHARACTER FUNCTION  CHRCHR (ORD)
 (Character)

 Return the  single  character  corresponding  to  the  INTEGER  ordinal
 position  ORD  in  the   installation-dependent  character  set.    The
 right-most bits in  ORD are used  to construct the  character, and  all
 remaining bits of ORD are ignored, so that no error condition exists if
 ORD is  out  of  the valid  range.   On  most machines,  this  will  be
 equivalent to  the  FORTRAN  77  intrinsic  function  CHAR()  when  the
 argument is in range.