ReadLine( )
| Action: | Reads
a line from a file. |
||||||||||
| Syntax: |
ReadLine (FileHandle) |
||||||||||
| Parameters: |
FileHandle
|
||||||||||
| Remarks: |
ReadLine
reads a string ending in a carriage return. If successful, the function
returns the string without a carriage return. If it encounters an error,
@ERROR returns an error code. |
||||||||||
| Returns: |
|
||||||||||
| See Also: |
Close(
), FreeFileHandle( ), Open( ), WriteLine(
), ReadProfileString( ), WriteProfileString(
) |
||||||||||
| Example: |
IF
Open(3, @LDRIVE + "\CONFIG\SETTINGS.INI") =
0 |