9.0
195
Group
File
Description
Get a line of input from StreamNum and assign it to S$.
See Also: Input, Print, Write.
Example
Sub Main
Open
"XXX" For Input As #1
Line
Input #1,S$
Debug
.Print S$
Close
#1
End
Sub
Line Input Instruction
Syntax
Line Input [#]StreamNum, S$
Group
File
Description
Get a line of input from StreamNum and assign it to S$.
See Also: Input, Print, Write.
Example
Sub Main
Open
"XXX" For Input As #1
Line
Input #1,S$
Debug
.Print S$
Close
#1
End
Sub
ListBox Dialog Item Definition
Syntax
ListBox X, Y, DX, DY, StrArray$( ), .Field[, Options]
Group










