Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Annotation of /trunk/doc/en/html/macro/command/fileclose.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1034 - (hide annotations) (download) (as text)
Tue Oct 21 00:30:15 2008 UTC (15 years, 7 months ago) by maya
Original Path: doc/trunk/en/html/macro/command/fileclose.html
File MIME type: text/html
File size: 745 byte(s)
macro-example の中にある code を削除した。

1 maya 332 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2     "http://www.w3.org/TR/html4/strict.dtd">
3 maya 561 <html>
4     <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6     <title>fileclose</title>
7     <meta http-equiv="Content-Style-Type" content="text/css">
8     <link rel="stylesheet" href="../../style.css" type="text/css">
9     </head>
10 yutakapon 244
11 maya 561 <body>
12 yutakapon 244
13 maya 561
14     <h1>fileclose</h1>
15    
16     <p>
17     Closes a filehandle.
18     </p>
19    
20     <pre class="macro-syntax">
21 yutakapon 244 fileclose &lt;file handle&gt;
22 maya 561 </pre>
23 yutakapon 244
24 maya 561 <h2>Remarks</h2>
25    
26     <p>
27     Closes the file specified by &lt;file handle&gt;.<br>
28 yutakapon 244 &lt;file handle&gt; is no longer valid after this command.
29 maya 561 </p>
30 yutakapon 244
31 maya 561 <h2>Example</h2>
32 yutakapon 244
33 maya 561 <pre class="macro-example">
34 maya 1034 fileclose fhandle
35     </pre>
36 yutakapon 244
37 yutakapon 1032 Refer to <a href="fileopen.html">fileopen</a>.
38    
39 maya 561 </body>
40     </html>

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