File Input/Output Functions

Get Statement

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

Input# Statement

खुले सीक्वेंशियल फ़ाइल से डाटा पढ़ता है.

Line Input# Statement

Reads a line from a sequential file into a variable.

Put# Statement

रेकॉर्ड को रिलेटिव फ़ाइल में या बाइनरी फ़ाइल में बाइट सीक्वेंस लिखता है.

Write# Statement

Writes data to a sequential text file with delimiting characters.

Loc Function

खुले फ़ाइल में वर्तमान स्थिति को प्रस्तुत करता है.

Seek Function

Returns the position for the next writing or reading in a file that was opened with the open statement.

Eof Function

निर्धारित करता है कि फ़ाइल पाइंटर फ़ाइल के अंत में पहुँच गया है.

Lof Function

खुले फ़ाइल के आकार को बाइट में प्रस्तुत करता है.

Please support us!