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 6353 - (hide annotations) (download)
Tue Mar 29 08:48:52 2016 UTC (8 years ago) by maya
Original Path: trunk/tests/#31050.ttl
File size: 250 byte(s)
過去のテスト用マクロファイルを登録
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