|            
=======================================================================
FWCalcAddSpalte:    Adds one column from cursorpostion, in the last
                    column is always the result.
                    
FWCalcAddZeile:     Adds one row from cursorposition, in the last row
                    is always the result
FWCalcMatrix:       Makes the follow funktion, from cursorpostion:
                            col 1    col 2   ... col x
                    row 1   number + number    = result
                    row 2   number + number    = result
                    ...                        + ------
                    row x                      = result
                    
FWCalcMulti1:       First you give in a form, like: 1 * 3 = 10   ;-),
                    then the Script makes the follow funktion:
                    
                            col 1    col 3    col 10
                    row 1   number * number = result
                    row 2   number * number = result
                    ...
                    row x   number * number = result
                    
FWCalcTab:          A small Table-Calculation, with FW-Tables
FWTableSetCW:       A Script who shows you the width of a column, witch
                    you can edit.
FWFormatTable:     A Script who can one row, column or all formating
                   (Fontstyle, Fontsize, Nummering from 1 to End,
                   Justify, Clear ... ) at once.
FWTableEdit:       Cut,copy and paste for table-rows/columns,
                   copy with fontstyle, fontsize, fontcolor ...
-----------------------------------------------------------------------
FWCalcAddSpalte:    Addiert ein Spalte ab Cursorpostion, in der letzten
                    Zeile steht immer das Ergebnis.
                    
FWCalcAddZeile:     Addiert eine Zeile ab Cursorposition, in der letzten
                    Spalte steht immer das Ergebnis.
FWCalcMatrix:       Ergibt die folgende Funktion ab Cursorposition:
                            Spalte 1    Spalte 2   ... Spalte x
                    Zeile 1 Summand  +  Summand      = Summe
                    Zeile 2 Summand  +  Summand      = Summe
                    ...                              + ------
                    Zeile x                          = Summe
                    
FWCalcMulti1:       Zuerst muß eine Formel eingeben, wie: 1 * 3 = 10
                    ;-), dann führt das Script folgende Funktion durch:
                    
                            Spalte 1        Spalte 3        Spalte 10
                    Zeile 1 Multiplikator * Multiplikator = Ergebnis
                    Zeile 2 Multiplikator * Multiplikator = Ergebnis
                    ...
                    Zeile X Multiplikator * Multiplikator = Ergebnis
                    
FWCalcTab:          Eine kleine Tabellenkalkulation, mit FW-Tabellen.
                    Mit folgenden Funktionen:
                    · Sämtliche Rechenarten von ARexx, inkl. Klammern
                    · =SUMME
                    · =MITTELWERT
                    · =MIN
                    · =MAX
                    · =DATE
                    · =TIME
                    · Zirkelbezüge sind möglich!
FWTableSetCW:       Ein Script das die Breite einer Spalte anzeigt, die
                    man auch editieren kann.
FWFormatTable:      Ein Script das eine Zeile, Spalte oder alles auf einmal
                    formatieren (Fontstyle, Fontsize, Nummerierung von
                    1 bis Ende, Textausrichtung, Autoformatierung nach
                    Text und Zahlen, Inhalt löschen ...)
                    kann.
FWTableEdit:        Cut,Copy und Paste für Tabellen-Zeilen/Spalten,
                    mit Kopieren von Schriftstil, Schriftgröße, Schrift-
                    farbe usw.
Docs: German Only
Catalogs for FWCalcTab: Deutsch, English
 |