Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /branches/ttcomtester/tests/#31050.ttl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10521 - (hide 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 maya 6353 ; 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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26