Loading it is very simple as well. Similarly, you'd need a string variable and the LOAD command. You can use LOAD with either of these syntax...
<String$>=LOAD("TXT:<Filename>",FALSE)
LOAD "TXT:<Filename>",FALSE OUT <String$>
It is suggested that you call CHKFILE before you try to load something. This is so that you prevent loading a file that doesn't exist, since it would throw an error.
0そうだね プレイ済み