Error 048: array dimensions do not match
#1

hi guys
pawn Код:
new IDS[3000];
 if(mysql_retrieve_row())
 {
  mysql_fetch_field_row(IDS,"Cesy");
  new Ces[500];
  split(IDS, Ces, ',');
  new i=-1;
  while(i<500)
  {
   i++;
   if(Ces[i]==CesID)
   {
    return 1;
   }
}
i'm trying to split my mysql data then i'm trying to compare them but when i compile it says error 048: array dimensions do not match
please help
sory for my english
Reply
#2

Can Anybody Help ?
Reply
#3

first read this
and second what line you getting the error
Reply


Forum Jump:


Users browsing this thread: