User Tools

Site Tools


chr

Protótipo: function chr(x: byte): char;

Descrição: Retorna o caractere correspondente ao valor x na tabela ASCII.

Exemplo:

  
program exemploChr;
 begin
    write(chr(65));  // Escreve 'A'
 end.
chr.txt · Last modified: 2019/04/24 13:32 by castilho