Well first of all i'm new here so
What'zzzzzz PPL
i did a script that write in to txt file and i don't know what is the command that can del a line in the txt
well i want it to del the first line in the txt not the last one
if someone will tell me what is the command i will be greatfull
well that is what i need i hope u can all help me and 10x anyway
;)
for example
the txt going like this
------------------------------------
hey ppl what's up
blablabl;a
bla bla bla bla
bababababa
babababba
-------------------------------------
and after the command it will go like this
------------------------------------
blablabl;a
bla bla bla bla
bababababa
babababba
-------------------------------------
sorry for the english and thanks again
anybady here?
?( ?( ?( ?(
you will be needing to add the lines into a table and then delete first param(index) in table.
can u write me the lines that i need to write in to the script and then i will do it my own?
the basic thing that i need is the lins that will put the txt in to the index that u told me
10x mate
QuoteOriginally posted by Psy-[A]
can u write me the lines that i need to write in to the script and then i will do it my own?
the basic thing that i need is the lins that will put the txt in to the index that u told me
10x mate
take a look @ freshstuff 3.x for some hints.
specialy 3.3 makes it really easy 2 delete things.
plop
10x alot
this script was helpfull for me
but there is one thing that i didn't get
if i write a line and it's going like this
| date | rate | size | name
| | | |
| 12.02.04 | 6.5 | 15MB | bla1.zip
| 12.02.04 | 6.5 | 15MB | bla2.zip
| 12.02.04 | 6.5 | 15MB | bla3.zip
| 12.02.04 | 6.5 | 15MB | bla4.zip
and then i'm tellin the bot to delete this line
+delalbum | 12.02.04 | 6.5 | 15MB | bla3.zip
then it will delete all the file
WHY?
what can i do that will search in the line and not by the first leter?