stock trcar(car[]) { new tmp[MAX_STRING]; set(tmp,car); tmp=strreplace("[","(",tmp); tmp=strreplace("]",")",tmp); return tmp; }