Programming with GOTOXY

Pascal provides a program for the laying of the appearance of the row and column that is defined by function Gotoxy because it is a role, while clreol to delete the line that the cursor is located on the right more clearly, please try

This program is for the program with the standard procedures clrscr, Goto XY and ClrEol



Program Prak1a;
wincrt uses;
var value: integer;
begin
(* An example program with the standard procedures clrscr, Goto XY and ClrEol *)
Writeln ( 'The use of standard procedures and clrscr GoToXY');
Writeln ('_____________________________________________');
Writeln;
GoToXY (20.5);
Writeln ( 'You are learning Pascal');
Writeln;
Writeln;
Writeln ( 'The use of standard procedures ClrEol');
Writeln ('__________________________________');
Writeln;
GoToXY (15.10);
Write ( 'Enter an integer value:');
Readln (Value);
GoToXY (15.10);
ClrEol;
Writeln ( 'You Smart !!');
end.
Download Full paper: arief-pascal-gotoxy.doc

Sumber: Ilmu komputer

0 komentar:

Post a Comment

+