LINE INPUT(# filenumber, varname) |
Reads a single line from an Open sequential file and assigns it to a string. |
filenumber | The number of the file (Integer). |
varname | The variable to contain the line of text (String). |
REMARKS |
* The line of text must end with a carriage return or carriage return line feed from an open disk corresponding to the filenumber. * The equivalent .NET function is Microsoft.VisualBasic.FileSystem.LineInput * For the Microsoft documentation refer to docs.microsoft.com |
??
© 2022 Better Solutions Limited. All Rights Reserved. © 2022 Better Solutions Limited Top