home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by Frank Peters (Star Office GmbH) -->
- <tree_view version="Autocreated: Mon Nov 5 11:12:55 2001">
- <help_section id="2" application="sbasic" title="Hilfe zu %PRODUCTNAME Basic">
- <topic id="68317">Übersicht</topic>
- <topic id="68530">Einen Basic-Dialog erstellen</topic>
- <topic id="68537">Kontrollfelder im Dialogeditor erstellen</topic>
- <topic id="68536">Eigenschaften f├╝r Kontrollfelder im Dialog editor</topic>
- <topic id="68538">Aufruf eines Dialogs vom Programmcode aus</topic>
- <topic id="68535">Programmbeispiele f├╝r Kontrollfelder im Dialogeditor</topic>
- <node id="66480" title="Programmieren mit %PRODUCTNAME Basic">
- <topic id="66480">Übersicht</topic>
- <node id="66517" title="Grundlagen">
- <topic id="66517">Übersicht</topic>
- <topic id="66575">%PRODUCTNAME Basic ist modular</topic>
- </node>
- <node id="66461" title="'Technische Daten'">
- <topic id="66461">Übersicht</topic>
- <topic id="66464">Konventionen von Variablennamen</topic>
- <topic id="66465">Verwenden von Objekten</topic>
- <topic id="66513">Prozeduren und Funktionen</topic>
- <topic id="66460">Bibliotheken, Module und Dialoge</topic>
- </node>
- <node id="66478" title="Integrierte Entwicklungsumgebung (IDE)">
- <topic id="66478">Übersicht</topic>
- <topic id="66468">Überblick IDE</topic>
- <topic id="66501">Anlegen und Verwalten von Bibliotheken und Modulen</topic>
- <topic id="66459">Der Basic-Editor</topic>
- <topic id="66471">Fehlersuche</topic>
- </node>
- <topic id="66494">Weitere M├╢glichkeiten</topic>
- </node>
- <node id="66530" title="Runtimefunktionen">
- <topic id="66530">Übersicht</topic>
- <topic id="66631">Vergleichsoperatoren</topic>
- <node id="66499" title="Bildschirmein-/ausgabefunktionen">
- <topic id="66499">Übersicht</topic>
- <topic id="66500">Bildschirmausgabefunktionen</topic>
- <topic id="66538">Bildschirmeingabefunktionen</topic>
- <topic id="66587">Farbberechnungsfunktionen</topic>
- </node>
- <node id="66466" title="Dateiein-/ausgabefunktionen">
- <topic id="66466">Übersicht</topic>
- <topic id="66419">Öffnen und Schließen von Dateien</topic>
- <topic id="66430">Ein-/Ausgabe</topic>
- <topic id="66576">Dateipositionierung</topic>
- <topic id="66379">Dateiorganisation</topic>
- </node>
- <node id="66506" title="Datums- und Zeitfunktionen">
- <topic id="66506">Übersicht</topic>
- <topic id="66392">Umwandeln von Datumswerten</topic>
- <topic id="66635">Umwandeln von Uhrzeiten</topic>
- <topic id="66476">Systemdatum und -uhrzeit</topic>
- </node>
- <node id="66398" title="Fehlerbehandlungsfunktionen">
- <topic id="66398">Übersicht</topic>
- <topic id="66634">Erl-Funktion [Runtime]</topic>
- <topic id="66624">Err-Funktion [Runtime]</topic>
- <topic id="66536">Error-Funktion [Runtime]</topic>
- <topic id="66582">Error-Anweisung [Runtime]</topic>
- <topic id="66498">On Error GoTo...Resume-Anweisung [Runtime]</topic>
- </node>
- <node id="66492" title="Logische Operatoren">
- <topic id="66492">Übersicht</topic>
- <topic id="66434">And-Operator [Runtime]</topic>
- <topic id="66529">Eqv-Operator [Runtime]</topic>
- <topic id="66533">Imp-Operator [Runtime]</topic>
- <topic id="66420">Not-Operator [Runtime]</topic>
- <topic id="66418">Or-Operator [Runtime]</topic>
- <topic id="66621">Xor-Operator [Runtime]</topic>
- </node>
- <node id="66442" title="Mathematische Operatoren">
- <topic id="66442">Übersicht</topic>
- <topic id="66503">'-' Operator [Runtime]</topic>
- <topic id="66395">'*' Operator [Runtime]</topic>
- <topic id="66488">'+' Operator [Runtime]</topic>
- <topic id="66511">'/' Operator [Runtime]</topic>
- <topic id="66383">'^' Operator [Runtime]</topic>
- <topic id="66551">Mod-Operator [Runtime]</topic>
- </node>
- <node id="66542" title="Numerische Funktionen">
- <topic id="66542">Übersicht</topic>
- <topic id="66544">Trigonometrische Funktionen</topic>
- <topic id="66421">Exponential- und Logarithmusfunktion</topic>
- <topic id="66479">Zufallszahl-Generierung</topic>
- <topic id="66481">Quadratwurzelberechnung</topic>
- <topic id="66490">Ganzzahlermittlung</topic>
- <topic id="66482">Absolutwertermittlung</topic>
- <topic id="66573">Vorzeichen eines Ausdrucks</topic>
- <topic id="66516">Zahlenumwandlung</topic>
- </node>
- <node id="66484" title="Steuern von Programmabläufen">
- <topic id="66484">Übersicht</topic>
- <topic id="66448">Entscheidungen</topic>
- <topic id="66449">Schleifen</topic>
- <topic id="66447">Spr├╝nge</topic>
- <topic id="66589">Weitere Anweisungen</topic>
- </node>
- <node id="66457" title="Variablen">
- <topic id="66457">Übersicht</topic>
- <topic id="66608">CBool-Funktion [Runtime]</topic>
- <topic id="66509">CDate-Funktion [Runtime]</topic>
- <topic id="66532">CDbl-Funktion [Runtime]</topic>
- <topic id="66437">CInt-Funktion [Runtime]</topic>
- <topic id="66599">CLng-Funktion [Runtime]</topic>
- <topic id="66600">Const-Anweisung [Runtime]</topic>
- <topic id="66546">CSng-Funktion [Runtime]</topic>
- <topic id="66435">CStr-Funktion [Runtime]</topic>
- <topic id="66616">DefBool-Anweisung [Runtime]</topic>
- <topic id="66591">DefDate-Anweisung [Runtime]</topic>
- <topic id="66422">DefDbl-Anweisung [Runtime]</topic>
- <topic id="66428">DefInt-Anweisung [Runtime]</topic>
- <topic id="66423">DefLng-Anweisung [Runtime]</topic>
- <topic id="66425">DefObj-Anweisung [Runtime]</topic>
- <topic id="66440">DefVar-Anweisung [Runtime]</topic>
- <topic id="66441">Dim-Anweisung [Runtime]</topic>
- <topic id="66380">ReDim-Anweisung [Runtime]</topic>
- <topic id="66618">IsArray-Funktion [Runtime]</topic>
- <topic id="66507">IsDate-Funktion [Runtime]</topic>
- <topic id="66393">IsEmpty-Funktion [Runtime]</topic>
- <topic id="66431">IsNull-Funktion [Runtime]</topic>
- <topic id="66406">IsNumeric-Funktion [Runtime]</topic>
- <topic id="66407">IsObject-Funktion [Runtime]</topic>
- <topic id="66408">LBound-Funktion [Runtime]</topic>
- <topic id="66401">UBound-Funktion [Runtime]</topic>
- <topic id="66410">Let-Anweisung [Runtime]</topic>
- <topic id="66596">Option Base-Anweisung [Runtime]</topic>
- <topic id="66450">Option Explicit-Anweisung [Runtime]</topic>
- <topic id="66603">Public-Anweisung [Runtime]</topic>
- <topic id="66623">Static-Anweisung [Runtime]</topic>
- <topic id="66391">TypeName-Funktion; VarType-Funktion [Runtime]</topic>
- </node>
- <node id="66628" title="Zeichenfolgen">
- <topic id="66628">Übersicht</topic>
- <topic id="66515">ASCII/ANSI in Zeichenfolgen</topic>
- <topic id="66547">Inhalte vervielfachen</topic>
- <topic id="66565">Inhalte bearbeiten</topic>
- <topic id="66433">Zeichenfolgelängen bearbeiten</topic>
- </node>
- <node id="66548" title="Sonstige Befehle">
- <topic id="66548">Übersicht</topic>
- <topic id="66412">Beep-Anweisung [Runtime]</topic>
- <topic id="66566">Shell-Funktion [Runtime]</topic>
- <topic id="66543">Wait-Anweisung [Runtime]</topic>
- <topic id="66474">GetSystemTicks-Funktion [Runtime]</topic>
- <topic id="66525">Environ-Funktion [Runtime]</topic>
- <topic id="66452">GetPathSeparator-Methode [Runtime]</topic>
- <topic id="66427">GetSolarVersion-Funktion [Runtime]</topic>
- <topic id="66569">TwipsPerPixelX-Funktion [Runtime]</topic>
- <topic id="66400">TwipsPerPixelY-Funktion [Runtime]</topic>
- </node>
- </node>
- <node id="68245" title="Das %PRODUCTNAME Hilfefenster">
- <topic id="68245">Übersicht</topic>
- <topic id="68248">Inhalte - Die Hauptthemen der Hilfe</topic>
- <topic id="68246">Index - Stichwortsuche in der Hilfe</topic>
- <topic id="68247">Suchen - Die Volltextsuche</topic>
- <topic id="68250">Lesezeichen verwalten</topic>
- <topic id="68249">Help Agent, Tipp-Hilfe und Aktive Hilfe</topic>
- </node>
- </help_section>
- </tree_view>
-