Reading line X from a file
#2

Well, i dont think there is a better way than what u did here
just a little hint: u can do
pawn Code:
dest[strlen(dest)-1] = 0;
instead of strdel (faster)

EDIT: use "strmid" instead of format
Code:
strmid(dest, src, 0, strlen(src)-1);
Reply


Messages In This Thread
Reading line X from a file - by MP2 - 03.04.2013, 16:53
Re: Reading line X from a file - by OrMisicL - 03.04.2013, 17:16
Re: Reading line X from a file - by MP2 - 03.04.2013, 17:30
Re: Reading line X from a file - by leonardo1434 - 03.04.2013, 18:11
Re: Reading line X from a file - by AndreT - 03.04.2013, 18:19
Re: Reading line X from a file - by OrMisicL - 03.04.2013, 18:25
Re: Reading line X from a file - by leonardo1434 - 03.04.2013, 18:32

Forum Jump:


Users browsing this thread: 1 Guest(s)