Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Annotation of /trunk/doc/jp/html/macro/command/filewriteln.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3221 - (hide annotations) (download) (as text)
Tue Mar 24 09:37:20 2009 UTC (15 years, 2 months ago) by maya
File MIME type: text/html
File size: 760 byte(s)
CVS から SVN へ移行: trunk に集約
1 taketombo 342 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2     "http://www.w3.org/TR/html4/strict.dtd">
3 maya 568 <html>
4     <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
6     <title>filewriteln</title>
7     <meta http-equiv="Content-Style-Type" content="text/css">
8     <link rel="stylesheet" href="../../style.css" type="text/css">
9     </head>
10 taketombo 342
11 maya 568 <body>
12 taketombo 342
13    
14 maya 568 <h1>filewriteln</h1>
15    
16     <p>
17     ファイルに文字列を改行付きで書き込む。
18     </p>
19    
20     <pre class="macro-syntax">
21 taketombo 342 filewriteln &lt;file handle&gt; &lt;string&gt;
22 maya 568 </pre>
23 taketombo 342
24 maya 568 <h2>解説</h2>
25 taketombo 342
26 maya 568 <p>
27 taketombo 342 ファイルハンドル &lt;file handle&gt; で指定されるファイルへ、文字列 &lt;string&gt; と改行文字 (CR+LF) を書き込む。
28 maya 568 </p>
29 taketombo 342
30 maya 568 <h2></h2>
31 taketombo 342
32 maya 568 <pre class="macro-example">
33 maya 1034 filewriteln fhandle '---------cut here---------'
34     </pre>
35 taketombo 342
36 maya 568 </body>
37     </html>

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