Tekil Mesaj gösterimi
Alt 17/05/07, 10:53   #3
nergis_ayse
Çavuş
 
nergis_ayse - ait Kullanıcı Resmi (Avatar)
 
Üyelik tarihi: May 2007
Yaş: 35
Mesajlar: 76
Tecrübe Puanı: 21 nergis_ayse is a jewel in the rough nergis_ayse is a jewel in the rough nergis_ayse is a jewel in the rough
Standart

pascalda olucak ben yazdım ama hata veriyor
uses crt;
procedure mesaj_ortala(mesaj:string);
begin
clrscr;
gotoxy((80-lengih(mesaj)) div 2,25;
write(mesaj);
readln;
end;
begin
mesaj_ortala('bu bir deneme mesajıdır');
end.
nergis_ayse isimli Üye şimdilik offline konumundadır   Alıntı ile Cevapla
Konu Sayısı: 7