Browse Subversion Repository
Contents of /branches/ttcomtester/tests/#31050.ttl
Parent Directory
| Revision Log
Revision 10521 -
( show annotations)
( download)
Fri Jan 20 16:03:38 2023 UTC
(14 months, 3 weeks ago)
by zmatsuo
File size: 250 byte(s)
add communication test tool
| 1 |
; open or create |
| 2 |
fileopen fh 'z:\tmpa.txt' 0 |
| 3 |
fileclose fh |
| 4 |
|
| 5 |
; open with readonly=false |
| 6 |
fileopen fh 'z:\tmpa.txt' 0 0 |
| 7 |
messagebox 'a' 'a' |
| 8 |
fileclose fh |
| 9 |
|
| 10 |
; open with readonly=true |
| 11 |
fileopen fh 'z:\tmpa.txt' 0 1 |
| 12 |
messagebox 'a' 'a' |
| 13 |
fileclose fh |
|