Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Annotation of /trunk/doc/en/html/macro/command/tolower.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/tolower.html
File MIME type: text/html
File size: 815 byte(s)
macro-example の中にある code を削除した。

1 maya 491 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2     "http://www.w3.org/TR/html4/strict.dtd">
3 maya 572 <html>
4     <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6     <title>tolower</title>
7     <meta http-equiv="Content-Style-Type" content="text/css">
8     <link rel="stylesheet" href="../../style.css" type="text/css">
9     </head>
10 maya 491
11 maya 572 <body>
12 maya 491
13    
14 maya 572 <h1>tolower</h1>
15    
16     <p>
17     Converts all of alphabetic characters to lower-case.
18     </p>
19    
20     <pre class="macro-syntax">
21 maya 491 tolower &lt;strvar&gt; &lt;string&gt;
22 maya 572 </pre>
23 maya 491
24 maya 572 <h2>Remarks</h2>
25    
26 maya 491 <p>
27     Converts all of alphabetic characters in &lt;string&gt; to lower-case, and returns it in the string variable &lt;strvar&gt;.
28     </p>
29    
30 maya 572 <h2>Example</h2>
31 maya 491
32 maya 572 <pre class="macro-example">
33 maya 1034 ; The string 'abcdefgh' is assigned to the variable "valstr".
34 maya 572 tolower valstr 'abCDefGH'
35 maya 1034 </pre>
36 maya 491
37 maya 572 </body>
38     </html>

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