Chr(fungsi)

Merubah nilai dari byte ke bentuk karakter yang sesuai dengan kode ASCII.

Sintaks:

CHR(x);

x bertipe byte

contoh :

contoh : WRITELN(CHR(61);
hasilnya : a

Last updated

Was this helpful?