CLEARSET TALK OFFaccept [请输入字符串=] to sFOR i=len(s) to 1 step -1 IF ASC(SUBSTR(s,i,1))>127 then i=i-1 ?? SUBSTR(s,i,2) ELSE ?? SUBSTR(s,i,1) ENDIFNEXT i?RETURN