Split problem.
#1

Код:
(266) : error 025: function heading differs from prototype
(11315) : error 025: function heading differs from prototype
What i have to do..?

LINE 266 :
Код:
forward split(const strsrc[], strdest[][], delimiter);
LINE 11315:
Код:
public split(const strsrc[], strdest[][], delimiter)
Reply
#2

Looks fine to me, that is better off being a stock function than a public function.

Just take out line 266 and change public in line 11315 to stock.
Reply
#3

No work..

Код:
(11314) : error 025: function heading differs from prototype
LINE 11314:
Код:
stock split(const strsrc[], strdest[][], delimiter)
Reply
#4

Take out the "forward split(const strsrc[], strdest[][], delimiter);" too.
Reply
#5

I did.. No work !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)