Registriert seit: 14. Mär 2003
Ort: Osnabrück
244 Beiträge
Delphi 2009 Professional
|
Re: 6-bit Ascii String
1. Jun 2005, 14:04
oder auch:
Delphi-Quellcode:
Function Convert(InByte:Byte):Char;
begin
result := Char(InByte and 3F);
end;
Greetz
Boombuler
"Look at you, Hacker. A pathetic creature of meat and bone, panting and sweating as you run through my corridors. How can you challenge a perfect, immortal machine?"
SwapIt Highscore:
|