home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 April / comcd0402.iso / vollver / office60 / f_0021 / sbasic.tree < prev   
Encoding:
Extensible Markup Language  |  2002-01-25  |  8.0 KB  |  163 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by Frank Peters (Star Office GmbH) -->
  3. <tree_view version="Autocreated: Mon Nov  5 11:12:55 2001">
  4.     <help_section id="2" application="sbasic" title="Hilfe zu %PRODUCTNAME Basic">
  5.         <topic id="68317">├£bersicht</topic>
  6.         <topic id="68530">Einen Basic-Dialog erstellen</topic>
  7.         <topic id="68537">Kontrollfelder im Dialogeditor erstellen</topic>
  8.         <topic id="68536">Eigenschaften f├╝r Kontrollfelder im Dialog editor</topic>
  9.         <topic id="68538">Aufruf eines Dialogs vom Programmcode aus</topic>
  10.         <topic id="68535">Programmbeispiele f├╝r Kontrollfelder im Dialogeditor</topic>
  11.         <node id="66480" title="Programmieren mit %PRODUCTNAME Basic">
  12.             <topic id="66480">├£bersicht</topic>
  13.             <node id="66517" title="Grundlagen">
  14.                 <topic id="66517">├£bersicht</topic>
  15.                 <topic id="66575">%PRODUCTNAME Basic ist modular</topic>
  16.             </node>
  17.             <node id="66461" title="'Technische Daten'">
  18.                 <topic id="66461">├£bersicht</topic>
  19.                 <topic id="66464">Konventionen von Variablennamen</topic>
  20.                 <topic id="66465">Verwenden von Objekten</topic>
  21.                 <topic id="66513">Prozeduren und Funktionen</topic>
  22.                 <topic id="66460">Bibliotheken, Module und Dialoge</topic>
  23.             </node>
  24.             <node id="66478" title="Integrierte Entwicklungsumgebung (IDE)">
  25.                 <topic id="66478">├£bersicht</topic>
  26.                 <topic id="66468">├£berblick IDE</topic>
  27.                 <topic id="66501">Anlegen und Verwalten von Bibliotheken und Modulen</topic>
  28.                 <topic id="66459">Der Basic-Editor</topic>
  29.                 <topic id="66471">Fehlersuche</topic>
  30.             </node>
  31.             <topic id="66494">Weitere M├╢glichkeiten</topic>
  32.         </node>
  33.         <node id="66530" title="Runtimefunktionen">
  34.             <topic id="66530">├£bersicht</topic>
  35.             <topic id="66631">Vergleichsoperatoren</topic>
  36.             <node id="66499" title="Bildschirmein-/ausgabefunktionen">
  37.                 <topic id="66499">├£bersicht</topic>
  38.                 <topic id="66500">Bildschirmausgabefunktionen</topic>
  39.                 <topic id="66538">Bildschirmeingabefunktionen</topic>
  40.                 <topic id="66587">Farbberechnungsfunktionen</topic>
  41.             </node>
  42.             <node id="66466" title="Dateiein-/ausgabefunktionen">
  43.                 <topic id="66466">├£bersicht</topic>
  44.                 <topic id="66419">├ûffnen und Schlie├ƒen von Dateien</topic>
  45.                 <topic id="66430">Ein-/Ausgabe</topic>
  46.                 <topic id="66576">Dateipositionierung</topic>
  47.                 <topic id="66379">Dateiorganisation</topic>
  48.             </node>
  49.             <node id="66506" title="Datums- und Zeitfunktionen">
  50.                 <topic id="66506">├£bersicht</topic>
  51.                 <topic id="66392">Umwandeln von Datumswerten</topic>
  52.                 <topic id="66635">Umwandeln von Uhrzeiten</topic>
  53.                 <topic id="66476">Systemdatum und -uhrzeit</topic>
  54.             </node>
  55.             <node id="66398" title="Fehlerbehandlungsfunktionen">
  56.                 <topic id="66398">├£bersicht</topic>
  57.                 <topic id="66634">Erl-Funktion [Runtime]</topic>
  58.                 <topic id="66624">Err-Funktion [Runtime]</topic>
  59.                 <topic id="66536">Error-Funktion [Runtime]</topic>
  60.                 <topic id="66582">Error-Anweisung [Runtime]</topic>
  61.                 <topic id="66498">On Error GoTo...Resume-Anweisung [Runtime]</topic>
  62.             </node>
  63.             <node id="66492" title="Logische Operatoren">
  64.                 <topic id="66492">├£bersicht</topic>
  65.                 <topic id="66434">And-Operator [Runtime]</topic>
  66.                 <topic id="66529">Eqv-Operator [Runtime]</topic>
  67.                 <topic id="66533">Imp-Operator [Runtime]</topic>
  68.                 <topic id="66420">Not-Operator [Runtime]</topic>
  69.                 <topic id="66418">Or-Operator [Runtime]</topic>
  70.                 <topic id="66621">Xor-Operator [Runtime]</topic>
  71.             </node>
  72.             <node id="66442" title="Mathematische Operatoren">
  73.                 <topic id="66442">├£bersicht</topic>
  74.                 <topic id="66503">'-' Operator [Runtime]</topic>
  75.                 <topic id="66395">'*' Operator [Runtime]</topic>
  76.                 <topic id="66488">'+' Operator [Runtime]</topic>
  77.                 <topic id="66511">'/' Operator [Runtime]</topic>
  78.                 <topic id="66383">'^' Operator [Runtime]</topic>
  79.                 <topic id="66551">Mod-Operator [Runtime]</topic>
  80.             </node>
  81.             <node id="66542" title="Numerische Funktionen">
  82.                 <topic id="66542">├£bersicht</topic>
  83.                 <topic id="66544">Trigonometrische Funktionen</topic>
  84.                 <topic id="66421">Exponential- und Logarithmusfunktion</topic>
  85.                 <topic id="66479">Zufallszahl-Generierung</topic>
  86.                 <topic id="66481">Quadratwurzelberechnung</topic>
  87.                 <topic id="66490">Ganzzahlermittlung</topic>
  88.                 <topic id="66482">Absolutwertermittlung</topic>
  89.                 <topic id="66573">Vorzeichen eines Ausdrucks</topic>
  90.                 <topic id="66516">Zahlenumwandlung</topic>
  91.             </node>
  92.             <node id="66484" title="Steuern von Programmabl├ñufen">
  93.                 <topic id="66484">├£bersicht</topic>
  94.                 <topic id="66448">Entscheidungen</topic>
  95.                 <topic id="66449">Schleifen</topic>
  96.                 <topic id="66447">Spr├╝nge</topic>
  97.                 <topic id="66589">Weitere Anweisungen</topic>
  98.             </node>
  99.             <node id="66457" title="Variablen">
  100.                 <topic id="66457">├£bersicht</topic>
  101.                 <topic id="66608">CBool-Funktion [Runtime]</topic>
  102.                 <topic id="66509">CDate-Funktion [Runtime]</topic>
  103.                 <topic id="66532">CDbl-Funktion [Runtime]</topic>
  104.                 <topic id="66437">CInt-Funktion [Runtime]</topic>
  105.                 <topic id="66599">CLng-Funktion [Runtime]</topic>
  106.                 <topic id="66600">Const-Anweisung [Runtime]</topic>
  107.                 <topic id="66546">CSng-Funktion [Runtime]</topic>
  108.                 <topic id="66435">CStr-Funktion [Runtime]</topic>
  109.                 <topic id="66616">DefBool-Anweisung [Runtime]</topic>
  110.                 <topic id="66591">DefDate-Anweisung [Runtime]</topic>
  111.                 <topic id="66422">DefDbl-Anweisung [Runtime]</topic>
  112.                 <topic id="66428">DefInt-Anweisung [Runtime]</topic>
  113.                 <topic id="66423">DefLng-Anweisung [Runtime]</topic>
  114.                 <topic id="66425">DefObj-Anweisung [Runtime]</topic>
  115.                 <topic id="66440">DefVar-Anweisung [Runtime]</topic>
  116.                 <topic id="66441">Dim-Anweisung [Runtime]</topic>
  117.                 <topic id="66380">ReDim-Anweisung [Runtime]</topic>
  118.                 <topic id="66618">IsArray-Funktion [Runtime]</topic>
  119.                 <topic id="66507">IsDate-Funktion [Runtime]</topic>
  120.                 <topic id="66393">IsEmpty-Funktion [Runtime]</topic>
  121.                 <topic id="66431">IsNull-Funktion [Runtime]</topic>
  122.                 <topic id="66406">IsNumeric-Funktion [Runtime]</topic>
  123.                 <topic id="66407">IsObject-Funktion [Runtime]</topic>
  124.                 <topic id="66408">LBound-Funktion [Runtime]</topic>
  125.                 <topic id="66401">UBound-Funktion [Runtime]</topic>
  126.                 <topic id="66410">Let-Anweisung [Runtime]</topic>
  127.                 <topic id="66596">Option Base-Anweisung [Runtime]</topic>
  128.                 <topic id="66450">Option Explicit-Anweisung [Runtime]</topic>
  129.                 <topic id="66603">Public-Anweisung [Runtime]</topic>
  130.                 <topic id="66623">Static-Anweisung [Runtime]</topic>
  131.                 <topic id="66391">TypeName-Funktion; VarType-Funktion [Runtime]</topic>
  132.             </node>
  133.             <node id="66628" title="Zeichenfolgen">
  134.                 <topic id="66628">├£bersicht</topic>
  135.                 <topic id="66515">ASCII/ANSI in Zeichenfolgen</topic>
  136.                 <topic id="66547">Inhalte vervielfachen</topic>
  137.                 <topic id="66565">Inhalte bearbeiten</topic>
  138.                 <topic id="66433">Zeichenfolgel├ñngen bearbeiten</topic>
  139.             </node>
  140.             <node id="66548" title="Sonstige Befehle">
  141.                 <topic id="66548">├£bersicht</topic>
  142.                 <topic id="66412">Beep-Anweisung [Runtime]</topic>
  143.                 <topic id="66566">Shell-Funktion [Runtime]</topic>
  144.                 <topic id="66543">Wait-Anweisung [Runtime]</topic>
  145.                 <topic id="66474">GetSystemTicks-Funktion [Runtime]</topic>
  146.                 <topic id="66525">Environ-Funktion [Runtime]</topic>
  147.                 <topic id="66452">GetPathSeparator-Methode [Runtime]</topic>
  148.                 <topic id="66427">GetSolarVersion-Funktion [Runtime]</topic>
  149.                 <topic id="66569">TwipsPerPixelX-Funktion [Runtime]</topic>
  150.                 <topic id="66400">TwipsPerPixelY-Funktion [Runtime]</topic>
  151.             </node>
  152.         </node>
  153.         <node id="68245" title="Das %PRODUCTNAME Hilfefenster">
  154.             <topic id="68245">├£bersicht</topic>
  155.             <topic id="68248">Inhalte - Die Hauptthemen der Hilfe</topic>
  156.             <topic id="68246">Index - Stichwortsuche in der Hilfe</topic>
  157.             <topic id="68247">Suchen - Die Volltextsuche</topic>
  158.             <topic id="68250">Lesezeichen verwalten</topic>
  159.             <topic id="68249">Help Agent, Tipp-Hilfe und Aktive Hilfe</topic>
  160.         </node>
  161.     </help_section>
  162. </tree_view>
  163.