|
| KiXtart 2001 Manual |
ReadLine( )
| Action: | Reads
a line from a file. |
||||||||||
| Syntax: | READLINE
(file number) |
||||||||||
| Parameters: |
File number
|
||||||||||
| 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(
), Open( ), WriteLine(
) |
||||||||||
| Example: |
IF
Open(3, @LDRIVE + "\CONFIG\SETTINGS.INI") =
0 |