Browse Subversion Repository
Contents of /branches/4-stable/tests/#32621.ttl
Parent Directory
| Revision Log
Revision 8437 -
( show annotations)
( download)
Fri Dec 13 03:11:16 2019 UTC
(4 years, 3 months ago)
by doda
File size: 263 byte(s)
Tera Term 4.xx メンテナンス用ブランチを作成
| 1 |
fileopen fh1 '#32621_in.txt' 0 |
| 2 |
fileopen fh2 '#32621_out.txt' 0 |
| 3 |
|
| 4 |
while 1 |
| 5 |
filereadln fh1 line |
| 6 |
if result=1 then |
| 7 |
break |
| 8 |
endif |
| 9 |
strreplace line 1 ' ˘¤Ś¨' 'íđń' |
| 10 |
filewriteln fh2 line |
| 11 |
endwhile |
| 12 |
|
| 13 |
fileclose fh1 |
| 14 |
fileclose fh2 |
|