02.04.2017, 13:01
(
Последний раз редактировалось GoldenLion; 02.04.2017 в 14:21.
)
Hi, I'm getting this error
at this line
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
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] = ...?
Код:
error 047: array sizes do not match, or destination array is too small
Код:
MapInfo[0][Name] = "CS_TEST";
Код:
Name[20]
EDIT: I added size to strcat and it works now, but why can't I just do MapInfo[0][Name] = ...?