Posts: 142
Threads: 34
Joined: Oct 2007
Reputation:
0
hey i have a question.
how can i split the file in a new line?
none in ',' or '|' etc.
Posts: 142
Threads: 34
Joined: Oct 2007
Reputation:
0
i have dini and dudb.
i use this for my races coordinate that it load from the file.
The Race winner too.
its very hard to make it with | etc.
other possibility?
Posts: 797
Threads: 21
Joined: Jan 2007
Reputation:
0
Strtok can also do that.. not sure if the SAMP Method is setup to do this normally.
Posts: 384
Threads: 20
Joined: Mar 2008
Reputation:
0
I don't understand what your asking? dini and dudb should automatically create a new line for each value...
Posts: 384
Threads: 20
Joined: Mar 2008
Reputation:
0
I know sometimes if you open a file in notepad it can get all messed up but usually when that happens I just open it up in wordpad and it's fine. One line per thing.
Posts: 988
Threads: 9
Joined: Jul 2006
Reputation:
0
Because Windows's correct way of going to new line is "\r\n".