Add Papers Marked0
Paper checked off!

Marked works

Viewed0

Viewed works

Shopping Cart0
Paper added to shopping cart!

Shopping Cart

Register Now

eKönyvtár library
FAQ
 

Great deal: today with a discount!

Regular price:
5 586 Ft
You save:
728 Ft
Discounted price*:
4 858 Ft
Purchase
Add to Wish List
ID number:354069
Evaluation:
Published: 09.02.2007.
Language: English
Level: Secondary school
Literature: n/a
References: Not used
Extract

Type
Product = record
Name:string;
Number:integer;
End;
My_text = file of string[80];
Var
F1: file of char;
F2 : text;
F3: file;
F4: my_text;
F5: file of product;

Piemērs 1.

Var
F: file;
Begin
Assign(f, ‘c: fails1.bat’); {faila inicializācija}
Reset(f, 1); (atver failu lasīšanai)
Writeln(‘Faila lielums ir ’, filesize(f));
Close(f); {aizver failu}
End.

Piemērs 2.
Var
F:text;
P:char;
Begin
Assign(f, ‘tests.dat’); { faila inicializācija }
Reset(f); { atver failu lasīšanai }
While not eof(f) do {kamēr neatrod faila beigas}
Begin
Read(f, p); {nolas datus līdz rindas beigām}
Write(p); {ieraksta failā noteiktu mainīgo}
End;
End.

Piemērs 3.
Var
f1, f2: text;
p:string;
Begin

Author's comment
Load more similar papers

Send to email

Your name:

Enter an email address where the link will be sent:

Hi!
{Your name} suggests you to check out this eKönyvtár paper on „Pascal Examples”.

Link to paper:
https://eng.ekonyvtar.eu/w/354069

Send

Email has been sent

Choose Authorization Method

Email & Password

Email & Password

Wrong e-mail adress or password!
Log In

Forgot your password?

Facebook

Not registered yet?

Register and redeem free papers!

To receive free papers from eKönyvtár.com it is necessary to register. It's quick and will only take a few seconds.

If you have already registered, simply to access the free content.

Cancel Register