input a,b,c,d , a,b,c,d are four user definable variable<br>
open "filename.ext" for append as #1 ' opening a data file<br>
write #1 ,a,b,c,d ' write four variable in file<br>
close #1 ' close the file<br>
<br>
now , you have to read it the way you wrote it , if you <br>
wrote a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.