08.12.2012, 11:50
Hey all,
Today I tried to load a string (number plate) from mysql but it load only the first case...
What do I need to do ?
Thanks
Today I tried to load a string (number plate) from mysql but it load only the first case...
Код:
strmid(CarInfos[i][Plaque], fields[15], 0, strlen(fields[15]), 255);
Thanks