SoundExInt
Adam Boduch
SoundExInt
Moduł: StrUtils
program FooApp;
{$APPTYPE CONSOLE}
uses
StrUtils;
var
I : Integer;
begin
I := SoundExInt('Beach', 8);
Writeln(I);
Readln;
end.
Zobacz też:
program FooApp;
{$APPTYPE CONSOLE}
uses
StrUtils;
var
I : Integer;
begin
I := SoundExInt('Beach', 8);
Writeln(I);
Readln;
end.
Zobacz też: