Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/doc/jp/html/macro/command/sprintf2.html

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

revision 1086 by maya, Thu Dec 18 13:28:26 2008 UTC revision 1087 by yutakapon, Thu Dec 18 14:53:23 2008 UTC
# Line 81  C言語の書式指定にしたがって、引数の数値?/span> Line 81  C言語の書式指定にしたがって、引数の数値?/span>
81  <h2>例</h2>  <h2>例</h2>
82    
83  <pre class="macro-example">  <pre class="macro-example">
84  sprintf ver 'Tera Term 4.%d' 51  sprintf2 ver 'Tera Term 4.%d' 51
85  messagebox ver 'sprintf test(1)'  messagebox ver 'sprintf test(1)'
86    
87  sprintf win 'Windows %d (+%s)' 2000 'SP4'  sprintf2 win 'Windows %d (+%s)' 2000 'SP4'
88  messagebox win 'sprintf test(2)'  messagebox win 'sprintf test(2)'
89    
90  sprintf test '%s=%d %s=0x%x' 'dec' 10 'hex' 33  sprintf2 test '%s=%d %s=0x%x' 'dec' 10 'hex' 33
91  messagebox test 'sprintf test macro(3)'  messagebox test 'sprintf test macro(3)'
92  </pre>  </pre>
93    

Legend:
Removed from v.1086  
changed lines
  Added in v.1087

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