Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/doc/en/html/macro/command/str2int.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 572 by maya, Sat Sep 22 14:19:09 2007 UTC revision 1034 by maya, Tue Oct 21 00:30:15 2008 UTC
# Line 40  If the string is converted successfully, Line 40  If the string is converted successfully,
40  <h2>Example</h2>  <h2>Example</h2>
41    
42  <pre class="macro-example">  <pre class="macro-example">
43  <code>str2int val '123'  str2int val '123'
44  ; val=123, result=1  ; val=123, result=1
45    
46  str2int val '123abc'  str2int val '123abc'
# Line 57  str2int val hexnum Line 57  str2int val hexnum
57  sprintf '%d %x' val val  sprintf '%d %x' val val
58  messagebox inputstr 'test'  messagebox inputstr 'test'
59  ; val=4550627, result=1  ; val=4550627, result=1
60  </code></pre>  </pre>
61    
62  </body>  </body>
63  </html>  </html>

Legend:
Removed from v.572  
changed lines
  Added in v.1034

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