array sizes do not match, or destination array is too small
#1

Hi, I'm getting this error
Код:
error 047: array sizes do not match, or destination array is too small
at this line
Код:
MapInfo[0][Name] = "CS_TEST";
Even if I leave it blank it gives me that error or if I use strcat then it still stays empty. Everything is OK, I have
Код:
Name[20]
in the enumerator so it should be working. What's up?

EDIT: I added size to strcat and it works now, but why can't I just do MapInfo[0][Name] = ...?
Reply


Messages In This Thread
array sizes do not match, or destination array is too small - by GoldenLion - 02.04.2017, 13:01
Re: array sizes do not match, or destination array is too small - by iKarim - 02.04.2017, 14:46
Re: array sizes do not match, or destination array is too small - by GoldenLion - 02.04.2017, 14:50
Re: array sizes do not match, or destination array is too small - by Nero_3D - 02.04.2017, 21:03

Forum Jump:


Users browsing this thread: 2 Guest(s)