Quote:
Originally Posted by ilijap
Show your Mystrcpy. If its for copying that string inside cInfo[id][carowner] why you just dont use this?
PHP код:
format(cInfo[id][carowner],24,"%s",temp_carowner);//24 is max name size
and are you sure that column is owner?
|
Why use a temp variable at all? Just fetch it directly into the destination. Genius.