Brojcane Funkcije

Get Statement

Reads a record from a relative file, or a sequence of bytes from a binary file, into a variable.

Input# Statement

Reads data from an open sequential file.

Line Input # Statement

Reads strings from a sequential file into a variable.

Put Statement

Writes a record to a relative file or a sequence of bytes to a binary file.

Write Statement

Writes data to a sequential file.

Loc Function

Vraca trenutnu poziciju otvorenog fajla.

Seek Function

Varca poziciju za sljedece pisanje ili citanje u datoteku koja je otvorena sa Otvoriti izjavom.

Eof Function

Determines if the file pointer has reached the end of a file.

Lof Function

Vraca vrijednost otvorene datoteke u bajtovima.