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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>Funkce Environ [Runtime]</title><meta name="filename" content="text/sbasic/common/03130800"/><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="environ" xmlns:help="http://openoffice.org/2000/help">
  14.   <p class="Head1"><help:link Id="66525">Funkce Environ [Runtime]</help:link></p>
  15.   <p class="Paragraph">Vr├ít├¡ hodnotu prom─¢nn├⌐ prost┼Öed├¡ typu String. Prom─¢nn├⌐ prost┼Öed├¡ jsou z├ívisl├⌐ na p┼Ö├¡slu┼ín├⌐m opera─ìn├¡m syst├⌐mu.</p>
  16.   </help:to-be-embedded>
  17.   <p class="Paragraph">Na po─ì├¡ta─ìi Macintosh funkce vr├ít├¡ pr├ízdn├╜ v├╜raz typu String.</p>
  18.   <p class="Paragraph"><span class="T1">Syntaxe</span>:</p>
  19.   <p class="Paragraph">Environ (Prost┼Öed├¡ typu String) <help:key-word value="Environ" tag="kw66525_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">Prost┼Öed├¡: Prom─¢nn├í prost┼Öed├¡, pro kterou bude vr├ícena hodnota.</p>
  24.   <p class="P2">P┼Ö├¡klad:</p>
  25.   <p class="PropText">Sub ExampleEnviron</p>
  26.   <p class="PropText">Dim sTemp As String</p>
  27.   <p class="PropText">sTemp=Environ ("TEMP")</p>
  28.   <p class="PropText">If sTemp = "" Then sTemp=Environ("TMP")</p>
  29.   <p class="PropText">MsgBox "'" & sTemp & "'" ,64,"Directory of temporary files:"</p>
  30.   <p class="PropText">End Sub</p>
  31.  </body></html>
  32.