4 lines
163 B
Text
4 lines
163 B
Text
file% = OPENIN("input.txt")
|
|
strvar$ = STRING$(EXT#file%, " ")
|
|
SYS "ReadFile", @hfile%(file%), !^strvar$, EXT#file%, ^temp%, 0
|
|
CLOSE #file%
|