Amnesia, 기억상실증, 건망증
long start_pos = 1start_pos = Pos(str, old_str, start_pos)DO WHILE start_pos > 0str = Replace(str, start_pos, Len(old_str), new_str)start_pos = Pos(str, old_str, start_pos+Len(new_str))LOOPreturn str
댓글 없음:
댓글 쓰기