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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>Funkce LCase [Runtime]</title><meta name="filename" content="text/sbasic/common/03120302"/><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="lcase" xmlns:help="http://openoffice.org/2000/help"><a name="lcase"/>
  14.   <p class="Head1"><help:link Id="66522">Funkce LCase [Runtime]</help:link></p>
  15.   <p class="Paragraph">P┼Öevede v┼íechny znaky v ┼Öet─¢zci na mal├í p├¡smena. Funkce p┼Öevede pouze velk├í p├¡smena; v┼íechna mal├í p├¡smena a znaky, kter├⌐ nep┼Öedstavuj├¡ p├¡smena, se nezm─¢n├¡.</p>
  16.   </help:to-be-embedded>
  17.   <p class="Paragraph">Viz tak├⌐: Funkce <help:link Id="66399" Eid="ucase" xmlns:help="http://openoffice.org/2000/help">UCase</help:link></p>
  18.   <p class="Paragraph"><span class="T1">Syntaxe</span>:</p>
  19.   <p class="Paragraph">LCase (Text As String) <help:key-word value="LCase" tag="kw66522_1" xmlns:help="http://openoffice.org/2000/help"/></p>
  20.   <p class="Paragraph"><span class="T1">Vr├ícen├í hodnota</span>:</p>
  21.   <p class="Paragraph">Typu String</p>
  22.   <p class="Paragraph"><span class="T1">Parametr</span>:</p>
  23.   <p class="Paragraph">Text: Libovoln├╜ ┼Öet─¢zec, kter├╜ m├í b├╜t p┼Öeveden.</p>
  24.   <p class="P2">P┼Ö├¡klad:</p>
  25.   <p class="PropText">Sub ExampleLUCase</p>
  26.   <p class="PropText">Dim sVar As String</p>
  27.   <p class="PropText">sVar = "Las Vegas"</p>
  28.   <p class="PropText">Print LCase(sVar) REM Returns "Las Vegas"</p>
  29.   <p class="PropText">Print UCase(sVar) REM Returns "LAS VEGAS"</p>
  30.   <p class="PropText">end Sub</p>
  31.   <p class="PropText"/>
  32.  </body></html>
  33.