7 lines
74 B
Text
7 lines
74 B
Text
string s
|
|
|
|
'AS FUNCTION
|
|
s=GetFile "t.txt"
|
|
|
|
'AS PROCEDURE
|
|
Getfile "t.txt",s
|