ord

Pascalzim

ord

Recebe como parâmetro um caractere e retorna o inteiro correspondente ao código ASC II referente ao caracter.

Sintaxe


function Ord ( X : char ): integer ;



Exemplo


  Program PascalZIM;

  begin

     writeln( 'O codigo ASCII para "c" = ', ord('c'), ' decimal' );

  end.


Created with the Freeware Edition of HelpNDoc: Free help authoring environment