|
|
Browse by Tags
All Tags » FileIO
-
I'm writing a program that reads and writes files, but when I run the line:
Define rsg as TextOutputFile = FileIO.AppendTextFile( ... ) It comes up with the Runtime Error:Runtime Error on line ... in file ...:
The process cannot access the file '...' because it is being used by another process.
-
The program is attached here in a txt file.
I fixed the problem, Jon. the text file that loads the values must have no more than 5 lines or the program may not be able to find the medium you want.
I used the code in the real vectors example, provided by Jamey I just renamed some of the declarations and then some.
Phrogger
-
I have downloaded and extracted the files to the correct place as the instructions say but Phrogram does not load the extention. Is there something else I am supposed to do? Has anyone else had this problem? I think I have the latest version (mine = 2573.20515)
Thanks
-
Here's the translation to Spanish Language of the new ExtendedFileIO Add-in Library
Translator: Nacho Méndez Morales (Me)
Aquí está la traducción a Español de la nueva librería Add-in ExtendedFileIO
Traductor: Nacho Méndez Morales (Yo)
-
My entry for the December contest: The Storyteller
-
Hi,
I'm not sure if I'd be better posting this to the Tech Support forum, but anyway ...
There's an inconsistency between how Phrogram treats the filename passed to OpenTextFile() and CreateTextFile() -- at least when run using the debugger. The call OpenTextFile("foo.txt") will read a file called My Phrogram Files/foo.txt, ...
-
Hi all, we just finished the beta for the extended File IO Addin Library for Phrogram!It is free to any Standard or Academic Registered user of Phrogram download at: http://phrogram.com/files/folders/add-in_libraries/entry2725.aspx
Again you must be a Phrogram Standard or Academic User to use this Addin Library! Be aware there ...
-
I have created a HighScores class that will handle managing the high scores list and disk file.
The nice thing about well designed classes is that they make complex tasks a bit more easier to manage so that you can get on with other work that needs to be done.
All you really need to make this class work is the name of your player, and the score ...
|
|
|