Hi,
I try to save a text without using an external data (like ini or text array. MMF can do a save inside the ccn file ?
thx
Printable View
Hi,
I try to save a text without using an external data (like ini or text array. MMF can do a save inside the ccn file ?
thx
ouch... no response ? Ok i must use external data so...
If i remember, you can include a binary .txt file into your APP, then let MMF2 access into THIS binary file..
(but.. for saving.. it's an anotherworldproblem)
Actually the file must be extracted to a temporary directory before you can even use it.
I wrote an article on this ;)
http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=190516
ok, so if i understand well your answer : with MMF there is no way to save a text file without give a pathname to this file.
In ALL programming, you need a place to save to.
1. Saving inside the application file itself it a very bad idea.
2. Vitalize cannot modify files in this way either way.
3. Either way it would be much simpler to use a php script and a database/whatever.