LineInput(StreamNum)
File
Description: Gets a line of input from StreamNum.
Example:
Sub Main FileOpen 1, "XXX", OpenMode.Input
Dim S As String
S = LineInput(1)
Debug.Print S
FileClose 1
End Sub
See Also:
Input, Print, Write
v10 | 202208121109 Copyright Help/Systems LLC and its group of companies.All trademarks and registered trademarks are the property of their respective owners.
v10 | 202208121109
Copyright Help/Systems LLC and its group of companies.All trademarks and registered trademarks are the property of their respective owners.