Write to the file - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Write to the file (
/showthread.php?tid=188064)
Write to the file -
gernes - 06.11.2010
Hi,
I need advice on how I can write data to a file that is checked in the end but the beginning .. example:
I have the file test.txt
Код:
tralala tralala
valala Malal
salal alalala
Akaka Macaque
vakaka Sakaki
and I attributed
make it look like this
Код:
lalala papapa
tralala tralala
valala Malal
salal alalala
Akaka Macaque
vakaka Sakaki
help me please ?
.. sorry for my english, by translate.******
Re: Write to the file -
Jochemd - 06.11.2010
I do not understand you, please try to be more clearly.
Re: Write to the file -
gernes - 06.11.2010
...i need write text to the file on TOP / START file ..write text on the FIRST LINE ...
before
tralala tralala
valala Malal
salal alalala
Akaka Macaque
vakaka Sakaki
write lalala papapa
after:
lalala papapa
tralala tralala
valala Malal
salal alalala
Akaka Macaque
vakaka Sakaki