[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                              .. Funktionen ..
---------------------------------------------------------------------------------

Synatx f.r Bedingungen...

  - Der Clipper/dBase etc. Syntax kann bei allen Bedingungen und diversen
    Optionen benutzt werden.
    Beispiele:  - eof(), bof() .not., .and. .or. ...
                - dtoc(), ctod(), str(), substr() ...
                - trim(), alltrim(), at() ...
                - recno(), deleted(), descend(), ...



    Index/descend()  - Will man einen Index aufw.rts sortieren, sollte
                       man dies mit der Funktion descend(), tun.
                       Beispiel: Index on DESCEND(Nummer) to...



    replace with..  - Will man Felder mit andere Felder-Inhalte ersetzen,
                      sollte man das Zeichen @ benutzen.
                      Beipiele: replace name   with @vorname
                                replace name   with @demo2->name
                                replace name   with @substr(name,2,20)
                                replace Nummer with @str(demo2->Nummer,9)

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson