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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>Funkce Seek [Runtime]</title><meta name="filename" content="text/sbasic/common/03020304"/><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.   <p class="P1"/>
  14.   <p class="Head1"><a name="seek"/><help:link Id="66592" xmlns:help="http://openoffice.org/2000/help">Funkce Seek [Runtime]</help:link></p>
  15.   <p class="Paragraph">Ur─ìuje um├¡st─¢n├¡ pro dal┼í├¡ ─ìten├¡ nebo z├ípis do souboru, kter├╜ byl otev┼Öen p┼Ö├¡kazem Open. <a name="ende"/>Vr├ícen├í hodnota odpov├¡d├í hodnot─¢ ur─ìen├⌐ p┼Ö├¡kazem Seek:</p>
  16.   <p class="Paragraph">U soubor┼» s n├íhodn├╜m p┼Ö├¡stupem vr├ít├¡ funkce Seek ─ì├¡slo dal┼í├¡ho z├íznamu, kter├╜ se m├í na─ì├¡st.</p>
  17.   <p class="Paragraph">U v┼íech ostatn├¡ch soubor┼» tato funkce vr├ít├¡ um├¡st─¢n├¡ bajtu, ve kter├⌐m m├í doj├¡t k dal┼í├¡ operaci.</p>
  18.   <p class="Paragraph">Viz tak├⌐: <help:link Id="66386" Eid="open" xmlns:help="http://openoffice.org/2000/help">Open</help:link>, <help:link Id="66552" Eid="seek" xmlns:help="http://openoffice.org/2000/help">Seek</help:link>.</p>
  19.   <p class="Paragraph"><span class="T1">Syntaxe</span>:</p>
  20.   <p class="Paragraph">Seek (─î├¡slo_souboru) <help:key-word value="Seek" tag="kw66592_1" xmlns:help="http://openoffice.org/2000/help"/></p>
  21.   <p class="Paragraph"><span class="T1">Vr├ícen├í hodnota</span>:</p>
  22.   <p class="Paragraph">Typu Long</p>
  23.   <p class="Paragraph"><span class="T1">Parametr</span>:</p>
  24.   <p class="Paragraph">─î├¡slo_souboru: Vr├ít├¡ ─ì├¡slo souboru ur─ìen├⌐ p┼Ö├¡kazem Open.</p>
  25.   <p class="P2">P┼Ö├¡klad:</p>
  26.   <p class="PropText">Sub ExampleSeek</p>
  27.   <p class="PropText">Dim i As Integer</p>
  28.   <p class="PropText">Dim iNumber As Integer</p>
  29.   <p class="PropText">iNumber = Freefile</p>
  30.   <p class="PropText">Open "c:\Data.txt" For Random As #iNumber</p>
  31.   <p class="PropText">For i = 1 To 10</p>
  32.   <p class="PropText">PUT #iNumber, , i</p>
  33.   <p class="PropText">Next i</p>
  34.   <p class="PropText">Seek #iNumber, 2</p>
  35.   <p class="PropText">Get #1, , i</p>
  36.   <p class="PropText">Print "Date: "; i;" <text:s text:c="" xmlns:text="http://openoffice.org/2000/text"/>Next Record: "; Seek(iNumber)</p>
  37.   <p class="PropText">end sub</p>
  38.   <p class="PropText"/>
  39.  </body></html>
  40.