5 lines
72 B
Text
5 lines
72 B
Text
|
|
If ReadFile(0, "RC.txt")
|
||
|
|
Variable$=ReadString(0)
|
||
|
|
CloseFile(0)
|
||
|
|
EndIf
|