Can anyone help please? How do I SAVE using the In-browser edition so that when I return I can LOAD my programme. I am using a googlechrome computer.
Many thanks,
Arty
Saving and loading using google chrome
Re: Saving and loading using google chrome
Files saved in the @usr$ directory should be persistent, in other words preserved from one session to the next. Because of the 'sandboxing' this is a private store, so saving a file in one browser (e.g. Chrome) and then trying to load it in another (e.g. Firefox) won't work. Similarly there's no way (that I know of) of transferring files to or from your local filesystem.
If you are not finding that files stored in @usr$ are being preserved please report back, although I wouldn't have a clue why and might well not know what to do about it, other than searching Google for help!
-
- Posts: 3
- Joined: Tue 08 Nov 2022, 10:36
Re: Saving and loading using google chrome
Thank you very much. Sorry for my ignorance but how do I save it to the @usr$. I have tried using SAVE AS but I am not sure how to change the directory. Thanks again.
Re: Saving and loading using google chrome
@usr$ is just a string, concatenate it with the filename, e.g.:
Code: Select all
file% = OPENOUT(@usr$ + "myfile.dat")
You do not have the required permissions to view the files attached to this post.
-
- Posts: 3
- Joined: Tue 08 Nov 2022, 10:36
Re: Saving and loading using google chrome
Thank you very much for your help.
I have installed Linux now and find that environment much better with no problems. I never managed to save to @usr but haven't really persevered so not sure whether it works or not Thanks again.
I have installed Linux now and find that environment much better with no problems. I never managed to save to @usr but haven't really persevered so not sure whether it works or not Thanks again.