CurcunaForum.Org

CurcunaForum.Org (https://www.curcunaforum.org/)
-   Html,Asp,Php Scriptler (https://www.curcunaforum.org/html-asp-php-scriptler/)
-   -   Pascalda sürekli renk değiştiren yazı (https://www.curcunaforum.org/html-asp-php-scriptler/11336-pascalda-surekli-renk-degistiren-yazi.html)

S.P.Q.R 03-28-2007 16:17

Pascalda sürekli renk değiştiren yazı
 
PHP- Kodu:

uses crt;
var
a:integer;
begin
clrscr
;
for 
a:=1 to 500 do begin
gotoxy
(30,8);
textcolor(a);
writeln('Yazmak İstediginiz Yazi');
delay(500);
(*
Delay Degerini KAfanıza Göre DeğiştirebiLirsiniz*)
end;
readln;
end



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 09:29.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.