home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd2.bin / oo / download / f_0019 / sbasic.jar / text / sbasic / common / 03090203.xml < prev    next >
Extensible Markup Language  |  2003-01-16  |  3KB  |  35 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>P┼Ö├¡kaz While...Wend [Runtime]</title><meta name="filename" content="text/sbasic/common/03090203"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
  3.  
  4.         p.P1{
  5.                 }
  6.         p.P2{
  7.                 }
  8.         span.T1{
  9.                 font-weight:bold;}
  10.         </style></head><body>
  11.   
  12.   
  13.   <help:to-be-embedded Eid="whilewend" xmlns:help="http://openoffice.org/2000/help">
  14.   <p class="Head1"><help:link Id="66562">P┼Ö├¡kaz While...Wend [Runtime]</help:link></p>
  15.   <p class="Paragraph">Pokud program nalezne p┼Ö├¡kaz While, otestuje podm├¡nku. Pokud nen├¡ podm├¡nka spln─¢na, program pokra─ìuje p┼Ö├¡mo za p┼Ö├¡kazem Wend. Pokud je podm├¡nka spln─¢na, smy─ìka se bude prov├íd─¢t, dokud program nenaraz├¡ na p┼Ö├¡kaz Wend a nep┼Öejde zp─¢t na p┼Ö├¡kaz <text:s text:c="" xmlns:text="http://openoffice.org/2000/text"/>While<text:s text:c="" xmlns:text="http://openoffice.org/2000/text"/>. Pokud je podm├¡nka st├íle spln─¢na, smy─ìka se zopakuje, jinak bude program pokra─ìovat p┼Ö├¡kazem, kter├╜ n├ísleduje za p┼Ö├¡kazem Wend.</p>
  16.   </help:to-be-embedded>
  17.   <p class="Paragraph">Na rozd├¡l od smy─ìky <help:link Id="66463" Eid="doloop" xmlns:help="http://openoffice.org/2000/help">Do...Loop</help:link> nelze smy─ìku <text:s text:c="" xmlns:text="http://openoffice.org/2000/text"/>While...Wend zru┼íit p┼Ö├¡kazem <help:link Id="66590" Eid="exit" xmlns:help="http://openoffice.org/2000/help">Exit</help:link>. Nikdy neukon─ìujte smy─ìku While...Wend p┼Ö├¡kazem <help:link Id="66534" Eid="goto" xmlns:help="http://openoffice.org/2000/help">GoTo</help:link>, proto┼╛e by mohlo p┼Öi b─¢hu programu doj├¡t k chyb─¢.</p>
  18.   <p class="Paragraph">P┼Ö├¡kaz Do...Loop je flexibiln─¢j┼í├¡, a proto se doporu─ìuje jej pou┼╛├¡vat.</p>
  19.   <p class="Paragraph"><span class="T1">Syntaxe</span>:</p>
  20.   <p class="Paragraph">While Podm├¡nka [P┼Ö├¡kaz] Wend <help:key-word value="While" tag="kw66562_1" xmlns:help="http://openoffice.org/2000/help"/></p>
  21.   <p class="P2">P┼Ö├¡klad:</p>
  22.   <p class="PropText">Sub ExampleWhileWend</p>
  23.   <p class="PropText">Dim stext As String</p>
  24.   <p class="PropText">Dim iRun As Integer</p>
  25.   <p class="PropText">sText ="This is a short text"</p>
  26.   <p class="PropText">iRun = 1</p>
  27.   <p class="PropText">while iRun < Len(sText)</p>
  28.   <p class="PropText"><text:tab-stop xmlns:text="http://openoffice.org/2000/text"/>if Mid(sText,iRun,1 )<> " " then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )</p>
  29.   <p class="PropText"><text:tab-stop xmlns:text="http://openoffice.org/2000/text"/>iRun = iRun + 1</p>
  30.   <p class="PropText">Wend</p>
  31.   <p class="PropText">MsgBox sText,0,"Text encoded"</p>
  32.   <p class="PropText">end sub</p>
  33.   <p class="PropText"/>
  34.  </body></html>
  35.