Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/doc/en/html/macro/command/beep.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4118 - (show annotations) (download) (as text)
Sat Oct 2 12:43:45 2010 UTC (13 years, 8 months ago) by yutakapon
File MIME type: text/html
File size: 1236 byte(s)
beep マクロに引数を追加した。

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <title>beep</title>
7 <meta http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../../style.css" type="text/css">
9 </head>
10
11 <body>
12
13
14 <h1>beep</h1>
15
16 <p>
17 Makes a beep sound.
18 </p>
19
20 <pre class="macro-syntax">
21 beep [&lt;sound type&gt;]
22 </pre>
23
24 <h2>Remarks</h2>
25
26 <p>
27 Plays a waveform sound.<br>
28 The &lt;sound type&gt; parameter can be one of the following values. The default value is the Windows Default Beep sound.
29 </p>
30
31 <table>
32 <tr>
33 <th>Value</th>
34 <th>Meaning</th>
35 </tr>
36 <tr>
37 <td>0</td>
38 <td>A simple beep</td>
39 </tr>
40 <tr>
41 <td>1</td>
42 <td>Windows Asterisk sound</td>
43 </tr>
44 <tr>
45 <td>2</td>
46 <td>Windows Exclamation sound</td>
47 </tr>
48 <tr>
49 <td>3</td>
50 <td>Windows Critical Stop sound</td>
51 </tr>
52 <tr>
53 <td>4</td>
54 <td>Windows Question sound</td>
55 </tr>
56 <tr>
57 <td>5</td>
58 <td>Windows Default Beep sound</td>
59 </tr>
60 </table>
61
62 <h2>Example</h2>
63
64 <pre class="macro-example">
65 for i 1 10
66 beep 0
67 pause 1
68 next
69 </pre>
70
71 </body>
72 </html>

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