SoundExWord
Adam Boduch
SoundExWord
Moduł: StrUtils
Np. poniższy kod wyświetli na konsoli tekst 1372:
program FooApp;
{$APPTYPE CONSOLE}
uses
StrUtils;
var
W : Word;
begin
W := SoundExWord('Beach');
Writeln(W);
Readln;
end.
Zobacz też: