error 047: array sizes do not match, or destination array is too small [REP]
#1

Title says it all, "error 047: array sizes do not match, or destination array is too small" - Now, I can easily fix this issue by deleting the problem, however, I do not wish to delete it as it will break the script when it actually comes to use. Any ideas?

(21701) : error 047: array sizes do not match, or destination array is too small
Код:
	    tmp = strtok(text, idx);
(21922) : error 047: array sizes do not match, or destination array is too small
Код:
		tmp = strtok(text, idx);
Reply
#2

Why don't you switch over to SSCANF instead?
Reply
#3

Is it worth the work?
Reply
#4

Yeah, it's really fast and simple.

https://sampforum.blast.hk/showthread.php?tid=602923
Reply
#5

Alright, I'll do that, thanks bud. REP added
Reply
#6

Also have a read at the error itself to make you understand a bit better.

>https://sampwiki.blast.hk/wiki/Errors_Li...y_is_too_small
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)