home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / wp_dtp / textplus.lzh / TextPlus / English / doc / TPE-ARexx.doc < prev    next >
Text File  |  1991-04-11  |  44KB  |  1,617 lines

  1. ›[0m›[0 p                          ›[0;1mThe ARexx-commands of TextPlus›[0m
  2.                            ›[0;1m(c) 1991 by Martin Steppler›[0m
  3.  
  4.          ›[0;1mCONTENTS›[0m
  5.  
  6.             Activate ................................................  4
  7.             Append ..................................................  4
  8.             AutoDivMode .............................................  4
  9.             AutoSave ................................................  4
  10.  
  11.             BackTab .................................................  4
  12.             BackUpMode ..............................................  5
  13.             BBottom .................................................  5
  14.             BCopy ...................................................  5
  15.             BCopyTmp ................................................  5
  16.             BDelBackTab .............................................  5
  17.             BDelete .................................................  6
  18.             BIndent .................................................  6
  19.             BInsTab .................................................  6
  20.             BLeft ...................................................  6
  21.             Block ...................................................  6
  22.             BLoad ...................................................  7
  23.             BMode ...................................................  7
  24.             BMove ...................................................  7
  25.             Bottom ..................................................  7
  26.             BPaste ..................................................  7
  27.             BPrint ..................................................  8
  28.             BRight ..................................................  8
  29.             BS ......................................................  8
  30.             BSave ...................................................  8
  31.             BTop ....................................................  8
  32.  
  33.             Casesensitive ...........................................  9
  34.             ChFilename ..............................................  9
  35.             Clear ...................................................  9
  36.             ClearTab ................................................  9
  37.             ClearTabs ...............................................  9
  38.             Clock ................................................... 10
  39.             Color ................................................... 10
  40.             ColorCode ............................................... 10
  41.             Continuous .............................................. 10
  42.             CR ...................................................... 11
  43.  
  44.             Del ..................................................... 11
  45.             DelBackTab .............................................. 11
  46.             DelLeft ................................................. 11
  47.             DelLine ................................................. 11
  48.             DelRight ................................................ 12
  49.             DelSpace ................................................ 12
  50.             Display ................................................. 12
  51.             Down .................................................... 12
  52.             Draft ................................................... 12
  53.  
  54.             Execute ................................................. 13
  55.  
  56.             Find .................................................... 13
  57.             First ................................................... 13
  58.             Footnotes ............................................... 13
  59.             FootnotesFile ........................................... 13
  60.             Formfeed ................................................ 14
  61.             FromPage ................................................ 14
  62.  
  63.             GetChar ................................................. 14
  64.             GetName ................................................. 14
  65.             GetString ............................................... 14
  66.             GoTo .................................................... 15
  67.             GoToLine ................................................ 15
  68.  
  69.             Iconify ................................................. 15
  70.             InsertMode .............................................. 15
  71.             InsTab .................................................. 15
  72.             InsertDate .............................................. 16
  73.             InsertSMark ............................................. 16
  74.  
  75.             Justify ................................................. 16
  76.  
  77.             Last .................................................... 16
  78.             Left .................................................... 16
  79.             LeftEdge ................................................ 17
  80.             LeftMargin .............................................. 17
  81.             LetterMode .............................................. 17
  82.             Load .................................................... 17
  83.  
  84.             MoveWindow .............................................. 17
  85.  
  86.             NewWindow ............................................... 18
  87.             Next .................................................... 18
  88.             NextR ................................................... 18
  89.             Numberlines ............................................. 18
  90.             Numberpages ............................................. 19
  91.  
  92.             PageDown ................................................ 19
  93.             PageLength .............................................. 19
  94.             PageUp .................................................. 19
  95.             PaperLength ............................................. 19
  96.             Prev .................................................... 19
  97.             PrevR ................................................... 20
  98.             PrintAll ................................................ 20
  99.             PrintPage ............................................... 20
  100.             Proportional ............................................ 20
  101.  
  102.             Quit .................................................... 20
  103.  
  104.             Replace ................................................. 21
  105.             Right ................................................... 21
  106.             RightMargin ............................................. 21
  107.             RX ...................................................... 21
  108.  
  109.             Save .................................................... 21
  110.             SaveAndQuit ............................................. 21
  111.             ScreenBottom ............................................ 22
  112.             ScreenDown .............................................. 22
  113.             ScreenUp ................................................ 22
  114.             ScreenToBack ............................................ 22
  115.             ScreenToFront ........................................... 22
  116.             ScreenTop ............................................... 23
  117.             SendToPar ............................................... 23
  118.             SerialLetter ............................................ 23
  119.             SerialLetterFile ........................................ 23
  120.             SetColors ............................................... 23
  121.             SetFont ................................................. 24
  122.             SetTab .................................................. 24
  123.             SizeWindow .............................................. 24
  124.             Style ................................................... 24
  125.  
  126.             Tab ..................................................... 24
  127.             Top ..................................................... 25
  128.             ToMouse ................................................. 25
  129.             ToPage .................................................. 25
  130.             Type .................................................... 25
  131.  
  132.             UnBlock ................................................. 25
  133.             Undo .................................................... 26
  134.             UndoDelLine ............................................. 26
  135.             Up ...................................................... 26
  136.  
  137.             WDelLeft ................................................ 26
  138.             WDelRight ............................................... 26
  139.             Width ................................................... 27
  140.             WindowToBack ............................................ 27
  141.             WindowToFront ........................................... 27
  142.             WLeft ................................................... 27
  143.             WRight .................................................. 27
  144.  
  145.          ›[0;1mARexx-return-codes of TextPlus›[0m
  146.  
  147.          ›[0;1mErrorCode   Severity  Meaning›[0m
  148.  
  149.             0           10     no window available for execution of
  150.                                sent command
  151.             1            4     error while loading
  152.             2            4     error while printing
  153.             3            4     couldn't open window
  154.             4            4     error while saving
  155.             5            4     couldn't find window
  156.             6            4     error while executing 'Execute'
  157.             7            1     operation on block failed
  158.             8            1     find / replace failed
  159.             9            1     changing of prefs failed
  160.            10            1     operation on window failed
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.          ›[0;1mNAME        Activate Filename›[0m
  182.  
  183.          ›[0;1mFUNCTION    ›[0mActivate window with the name 'filename'
  184.  
  185.          ›[0;1mEXAMPLE     ›[0mActivate MAN:TP-ARexx.doc
  186.  
  187.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 5 Severity 4
  188.  
  189.          ›[0;1mSEE ALSO›[0m
  190.  
  191.  
  192.          ›[0;1mNAME        Append Filename›[0m
  193.  
  194.          ›[0;1mFUNCTION    ›[0mAppend the file 'filename' to the end of the cur-
  195.                      rent file.
  196.  
  197.          ›[0;1mEXAMPLE     ›[0mAppend RAM:TP.tmp
  198.  
  199.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 4 Severity 1
  200.  
  201.          ›[0;1mSEE ALSO ›[0m  ›[0;1m ›[0mBLoad
  202.  
  203.  
  204.          ›[0;1mNAME        AutoDivMode switch›[0m
  205.  
  206.          ›[0;1mFUNCTION    ›[0mSwitch auto-div-mode on or off.
  207.  
  208.          ›[0;1mEXAMPLE     ›[0mAutoDivMode on
  209.                      AutoDivMode off
  210.  
  211.          ›[0;1mRETURN›[0m
  212.  
  213.          ›[0;1mSEE ALSO  ›[0m  BackUpMode, BMode, InsertMode, Lettermode
  214.  
  215.  
  216.          ›[0;1mNAME        AutoSave n›[0m
  217.  
  218.          ›[0;1mFUNCTION    ›[0mSave the current file every n minutes.
  219.  
  220.          ›[0;1mEXAMPLE     ›[0mAutoSave 10
  221.                      AutoSave 0   (switches AutoSave off)
  222.  
  223.          ›[0;1mRETURN›[0m
  224.  
  225.          ›[0;1mSEE ALSO›[0m
  226.  
  227.  
  228. ›[0;1m         NAME        BackTab›[0m
  229.  
  230.          ›[0;1mFUNCTION    ›[0mJump to previous tabulator.
  231.  
  232.          ›[0;1mEXAMPLE     ›[0mBackTab
  233.  
  234.          ›[0;1mRETURN›[0m
  235.  
  236.          ›[0;1mSEE ALSO  ›[0m  Tab, BInsTab, BDelBackTab, InsTab, DelBackTab
  237.                      BLeft, BRight
  238.  
  239.  
  240.  
  241. ›[0;1m         NAME        BackUpMode switch›[0m
  242.  
  243.          ›[0;1mFUNCTION    ›[0mSwitch backup-mode on or off.
  244.  
  245.          ›[0;1mEXAMPLE     ›[0mBackUpMode on
  246.                      BackUpMode off
  247.  
  248.          ›[0;1mRETURN›[0m
  249.  
  250.          ›[0;1mSEE ALSO    ›[0mAutoDivMode, BMode, InsertMode, Lettermode
  251.  
  252.  
  253. ›[0;1m         NAME        BBottom›[0m
  254.  
  255.          ›[0;1mFUNCTION    ›[0mGo to the last line of the current block.
  256.  
  257.          ›[0;1mEXAMPLE     ›[0mBBottom
  258.  
  259.          ›[0;1mRETURN›[0m
  260.  
  261.          ›[0;1mSEE ALSO    ›[0mBTop
  262.  
  263.  
  264.          ›[0;1mNAME        BCopy›[0m
  265.  
  266.          ›[0;1mFUNCTION  ›[0m  Copy the current block to the cursor's current
  267.                      position.
  268.  
  269.          ›[0;1mEXAMPLE     ›[0mBCopy
  270.  
  271.          ›[0;1mRETURN›[0m
  272.  
  273.          ›[0;1mSEE ALSO    ›[0mBMove, BPaste, BDelete
  274.  
  275.  
  276.          ›[0;1mNAME        BCopyTmp›[0m
  277.  
  278.          ›[0;1mFUNCTION    ›[0mIf a block has been defined, it will be saved as
  279.                      TP.tmp. If not, TP.tmp will be loaded and inserted
  280.                      at the cursor's current position.
  281.  
  282.          ›[0;1mEXAMPLE     ›[0mBCopyTmp
  283.  
  284.          ›[0;1mRETURN›[0m
  285.  
  286.          ›[0;1mSEE ALSO    ›[0mBLoad, BSave
  287.  
  288.  
  289.          ›[0;1mNAME        BDelBackTab›[0m
  290.  
  291.          ›[0;1mFUNCTION    ›[0mMove the marked block to the previous tabulator.
  292.  
  293.          ›[0;1mEXAMPLE     ›[0mBDelBackTab
  294.  
  295.          ›[0;1mRETURN›[0m
  296.  
  297.          ›[0;1mSEE ALSO    ›[0mBInsTab, Tab, BackTab, InsTab, DelBackTab, BLeft,
  298.                      BRight
  299.  
  300.  
  301.          ›[0;1mNAME        BDelete›[0m
  302.  
  303.          ›[0;1mFUNCTION    ›[0mDelete the marked block.
  304.  
  305.          ›[0;1mEXAMPLE     ›[0mBDelete
  306.  
  307.          ›[0;1mRETURN›[0m
  308.  
  309.          ›[0;1mSEE ALSO    ›[0mBCopy, BMove, BPaste, UnBlock
  310.  
  311.  
  312.          ›[0;1mNAME ›[0m       ›[0;1mBIndent n›[0m
  313.  
  314.          ›[0;1mFUNCTION    ›[0mIndent the first line of the marked block by n
  315.                      columns.
  316.  
  317.          ›[0;1mEXAMPLE     ›[0mBIndent 3
  318.                      BIndent 0
  319.  
  320.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 9 Severity 1
  321.  
  322.          ›[0;1mSEE ALSO›[0m
  323.  
  324.  
  325.          ›[0;1mNAME        BInsTab›[0m
  326.  
  327.          ›[0;1mFUNCTION    ›[0mMove the marked block to the next tabulator.
  328.  
  329.          ›[0;1mEXAMPLE     ›[0mBInsTab
  330.  
  331.          ›[0;1mRETURN›[0m
  332.  
  333.          ›[0;1mSEE ALSO    ›[0mBDelBackTab, InsTab, DelBackTab, Tab, BackTab,
  334.                      BLeft, BRight
  335.  
  336.  
  337.          ›[0;1mNAME        BLeft›[0m
  338.  
  339.          ›[0;1mFUNCTION    ›[0mMove the marked block one column to the left.
  340.  
  341.          ›[0;1mEXAMPLE     ›[0mBLeft
  342.  
  343.          ›[0;1mRETURN›[0m
  344.  
  345.          ›[0;1mSEE ALSO    ›[0mBRight, BInsTab, BDelBackTab, InsTab, DelBackTab,
  346.                      Tab, BackTab
  347.  
  348.  
  349.          ›[0;1mNAME        Block›[0m
  350.  
  351.          ›[0;1mFUNCTION    ›[0mMark start or end of block.
  352.  
  353.          ›[0;1mEXAMPLE     ›[0mBlock     (start marked)
  354.                      Block     (end marked)
  355.                      Block     (new start marked)
  356.          ›[0;1mRETURN›[0m
  357.  
  358.          ›[0;1mSEE ALSO    ›[0mUnBlock
  359.  
  360.  
  361.          ›[0;1mNAME        BLoad Filename›[0m
  362.  
  363.          ›[0;1mFUNCTION  ›[0m  Load 'filename' and insert it at the cursor's
  364.                      current position.
  365.  
  366.          ›[0;1mEXAMPLE     ›[0mBLoad MAN:TP-ARexx.doc
  367.  
  368.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 1 Severity 4
  369.                                 oder     ErrorCode 7 Severity 1
  370.  
  371.          ›[0;1mSEE ALSO    ›[0mBSave, BCopyTmp
  372.  
  373.  
  374.          ›[0;1mNAME        BMode what›[0m
  375.  
  376.          ›[0;1mFUNCTION    ›[0mSet mark-mode to what.
  377.  
  378.          ›[0;1mEXAMPLE     ›[0mBMode word
  379.                      BMode line
  380.                      BMode block
  381.  
  382.          ›[0;1mRETURN›[0m
  383.  
  384.          ›[0;1mSEE ALSO    ›[0mAutoDivMode, BackUpMode, InsertMode, LetterMode
  385.  
  386.  
  387.          ›[0;1mNAME        BMove›[0m
  388.  
  389.          ›[0;1mFUNCTION    ›[0mMove the marked block to the cursor's current
  390.                      position.
  391.  
  392.          ›[0;1mEXAMPLE     ›[0mBMove
  393.  
  394.          ›[0;1mRETURN›[0m
  395.  
  396.          ›[0;1mSEE ALSO    ›[0mBCopy, BPaste, BDelete, UnBlock
  397.  
  398.  
  399.          ›[0;1mNAME        Bottom›[0m
  400.  
  401.          ›[0;1mFUNCTION    ›[0mJump to bottom of file.
  402.  
  403.          ›[0;1mEXAMPLE     ›[0mBottom
  404.  
  405.          ›[0;1mRETURN›[0m
  406.  
  407.          ›[0;1mSEE ALSO    ›[0mTop, ScreenBottom, ScreenTop
  408.  
  409.  
  410.          ›[0;1mNAME        BPaste›[0m
  411.  
  412.          ›[0;1mFUNCTION    ›[0mPaste the marked block at the cursor's current
  413.                      position.
  414.  
  415.          ›[0;1mEXAMPLE     ›[0mBPaste
  416.  
  417.          ›[0;1mRETURN›[0m
  418.  
  419.          ›[0;1mSEE ALSO    ›[0mBCopy, BMove, BDelete, UnBlock
  420.  
  421.          ›[0;1mNAME        BPrint›[0m
  422.  
  423.          ›[0;1mFUNCTION    ›[0mPrint the marked block.
  424.  
  425.          ›[0;1mEXAMPLE     ›[0mBPrint
  426.  
  427.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 2 Severity 4
  428.  
  429.          ›[0;1mSEE ALSO    ›[0mPrintAll, PrintPage
  430.  
  431.  
  432.          ›[0;1mNAME        BRight›[0m
  433.  
  434.          ›[0;1mFUNCTION    ›[0mMove the marked block one column to the right.
  435.  
  436.          ›[0;1mEXAMPLE     ›[0mBRight
  437.  
  438.          ›[0;1mRETURN›[0m
  439.  
  440.          ›[0;1mSEE ALSO    ›[0mBLeft, BInsTab, BDelBackTab, InsTab, DelBackTab,
  441.                      Tab, BackTab
  442.  
  443.  
  444.          ›[0;1mNAME        BS›[0m
  445.  
  446.          ›[0;1mFUNCTION  ›[0m  Backspace (delete the char to the left of the
  447.                      cursor)
  448.  
  449.          ›[0;1mEXAMPLE     ›[0mBS
  450.  
  451.          ›[0;1mRETURN›[0m
  452.  
  453.          ›[0;1mSEE ALSO    ›[0mDel
  454.  
  455.  
  456.          ›[0;1mNAME        BSave Filename›[0m
  457.  
  458.          ›[0;1mFUNCTION    ›[0mSave the marked block to a file.
  459.  
  460.          ›[0;1mEXAMPLE     ›[0mBSave RAM:Block
  461.  
  462.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 4 Severity 4
  463.                                 oder   ErrorCode 7 Severity 1
  464.  
  465.          ›[0;1mSEE ALSO    ›[0mBLoad, Load, Save
  466.  
  467.  
  468.          ›[0;1mNAME        BTop›[0m
  469.  
  470.          ›[0;1mFUNCTION    ›[0mJump to the top of the marked block.
  471.  
  472.          ›[0;1mEXAMPLE     ›[0mBTop
  473.  
  474.          ›[0;1mRETURN›[0m
  475.  
  476.          ›[0;1mSEE ALSO    ›[0mBBottom
  477.  
  478.  
  479.  
  480.  
  481.          ›[0;1mNAME        Casesensitive switch›[0m
  482.  
  483.          ›[0;1mFUNCTION    ›[0mSwitch 'casesensitive' on or off.
  484.  
  485.          ›[0;1mEXAMPLE     ›[0mCasesensitive on
  486.                      Casesensitive off
  487.  
  488.          ›[0;1mRETURN›[0m
  489.  
  490.          ›[0;1mSEE ALSO    ›[0mFind, Replace, Next, NextR, Prev, PrevR,
  491.                      Continuous
  492.  
  493.  
  494. ›[0;1m         NAME        ChFilename Filename›[0m
  495.  
  496.          ›[0;1mFUNCTION    ›[0mChange the name of the working file.
  497.  
  498.          ›[0;1mEXAMPLE     ›[0mChFilename MAN:TP-ARexx.doc
  499.  
  500.          ›[0;1mRETURN›[0m
  501.  
  502.          ›[0;1mSEE ALSO    ›[0mGetName
  503.  
  504.  
  505.          ›[0;1mNAME        Clear›[0m
  506.  
  507.          ›[0;1mFUNCTION    ›[0mDelete the current file.
  508.  
  509.          ›[0;1mEXAMPLE     ›[0mClear
  510.  
  511.          ›[0;1mRETURN›[0m
  512.  
  513.          ›[0;1mSEE ALSO›[0m
  514.  
  515.  
  516.          ›[0;1mNAME        ClearTab n›[0m
  517.  
  518.          ›[0;1mFUNCTION    ›[0mDelete the tabulator of column n.
  519.  
  520.          ›[0;1mEXAMPLE     ›[0mClearTab 7
  521.  
  522.          ›[0;1mRETURN›[0m
  523.  
  524.          ›[0;1mSEE ALSO    ›[0mSetTab, ClearTabs
  525.  
  526.  
  527.          ›[0;1mNAME        ClearTabs›[0m
  528.  
  529.          ›[0;1mFUNCTION    ›[0mDelete all tabulators.
  530.  
  531.          ›[0;1mEXAMPLE     ›[0mClearTabs
  532.  
  533.          ›[0;1mRETURN›[0m
  534.  
  535.          ›[0;1mSEE ALSO    ›[0mSetTab, ClearTab
  536.  
  537.  
  538.  
  539.  
  540.  
  541.          ›[0;1mNAME        Clock switches›[0m
  542.  
  543.          ›[0;1mFUNCTION    ›[0mChange the clock-display.
  544.  
  545.          ›[0;1mEXAMPLE     ›[0mClock on           (switch clock on)
  546.                      Clock off          (switch clock off)
  547.                      Clock on time date (switch time and date-display
  548.                                          on)
  549.                      Clock off memory   (switch memory-display off)
  550.                      Clock on time date off reverse
  551.                                         (switch time and date-display
  552.                                          on and reverse-display off)
  553.  
  554.          ›[0;1mRETURN›[0m
  555.  
  556.          ›[0;1mSEE ALSO›[0m
  557.  
  558.  
  559.          ›[0;1mNAME        Color n›[0m
  560.  
  561.          ›[0;1mFUNCTION    ›[0mSet the current drawing color to n.
  562.  
  563.          ›[0;1mEXAMPLE     ›[0mColor 1
  564.                      Color 2
  565.                      Color 3
  566.                      Color 4
  567.  
  568.          ›[0;1mRETURN›[0m
  569.  
  570.          ›[0;1mSEE ALSO    ›[0mStyle, Justify
  571.  
  572.  
  573.          ›[0;1mNAME        ColorCode n switch what›[0m
  574.  
  575.          ›[0;1mFUNCTION   ›[0m Set command-sequence to what, which will be sent
  576.                      at the beginning or end (switch) of color n during
  577.                      printing. (1<=n<=4)
  578.  
  579.          ›[0;1mEXAMPLE     ›[0mColorCode 1 on 27/120/1
  580.                      ColorCode 2 off 27/112/0
  581.  
  582.          ›[0;1mRETURN›[0m
  583.  
  584.          ›[0;1mSEE ALSO›[0m
  585.  
  586.  
  587.          ›[0;1mNAME        Continuous switch›[0m
  588.  
  589.          ›[0;1mFUNCTION    ›[0mSwitch 'Continuous'-mode on or off.
  590.  
  591.          ›[0;1mEXAMPLE     ›[0mContinuous on
  592.                      Continuous off
  593.  
  594.          ›[0;1mRETURN›[0m
  595.  
  596.          ›[0;1mSEE ALSO    ›[0mCasesensitive, Find, Replace, Next, NextR, Prev,
  597.                      PrevR
  598.  
  599.  
  600.  
  601.          ›[0;1mNAME        CR›[0m
  602.  
  603.          ›[0;1mFUNCTION    ›[0mCarriage return at the cursor's current position.
  604.  
  605.          ›[0;1mEXAMPLE     ›[0mCR
  606.  
  607.          ›[0;1mRETURN›[0m
  608.  
  609.          ›[0;1mSEE ALSO›[0m
  610.  
  611.  
  612.          ›[0;1mNAME        DelBackTab›[0m
  613.  
  614.          ›[0;1mFUNCTION    ›[0mDelete the line up to the previous tabulator.
  615.  
  616.          ›[0;1mEXAMPLE     ›[0mDelBackTab
  617.  
  618.          ›[0;1mRETURN›[0m
  619.  
  620.          ›[0;1mSEE ALSO    ›[0mInsTab, BDelBackTab, BInsTab, BRight, BLeft, Tab,
  621.                      BackTab
  622.  
  623.  
  624.          ›[0;1mNAME        Del›[0m
  625.  
  626.          ›[0;1mFUNCTION    ›[0mDelete the character under the cursor.
  627.  
  628.          ›[0;1mEXAMPLE     ›[0mDel
  629.  
  630.          ›[0;1mRETURN›[0m
  631.  
  632.          ›[0;1mSEE ALSO    ›[0mBS
  633.  
  634.  
  635.          ›[0;1mNAME        DelLeft›[0m
  636.  
  637.          ›[0;1mFUNCTION    ›[0mDelete beginning of line.
  638.  
  639.          ›[0;1mRETURN›[0m
  640.  
  641.          ›[0;1mSEE ALSO    ›[0mDelRight, DelSpace
  642.  
  643.  
  644.          ›[0;1mNAME        DelLine›[0m
  645.  
  646.          ›[0;1mFUNCTION    ›[0mDelete the current line.
  647.  
  648.          ›[0;1mEXAMPLE     ›[0mDelLine
  649.  
  650.          ›[0;1mRETURN›[0m
  651.  
  652.          ›[0;1mSEE ALSO    ›[0mUndoDelLine
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.          ›[0;1mNAME        DelRight›[0m
  662.  
  663.          ›[0;1mFUNCTION    ›[0mDelete rest of line.
  664.  
  665.          ›[0;1mEXAMPLE     ›[0mDelRight
  666.  
  667.          ›[0;1mRETURN›[0m
  668.  
  669.          ›[0;1mSEE ALSO    ›[0mDelLeft, DelSpace
  670.  
  671.  
  672.          ›[0;1mNAME        DelSpace›[0m
  673.  
  674.          ›[0;1mFUNCTION    ›[0mDelete all spaces until reaching end of line.
  675.  
  676.          ›[0;1mEXAMPLE     ›[0mDelSpace
  677.  
  678.          ›[0;1mRETURN›[0m
  679.  
  680.          ›[0;1mSEE ALSO    ›[0mDelLeft, DelRight
  681.  
  682.  
  683.          ›[0;1mNAME        Display string›[0m
  684.  
  685.          ›[0;1mFUNCTION ›[0m   Display a string in the command-line above the
  686.                      ruler.
  687.  
  688.          ›[0;1mEXAMPLE     ›[0mDisplay Hello, world!
  689.  
  690.          ›[0;1mRETURN›[0m
  691.  
  692.          ›[0;1mSEE ALSO›[0m
  693.  
  694.  
  695.          ›[0;1mNAME        Down›[0m
  696.  
  697.          ›[0;1mFUNCTION    ›[0mMove cursor one line down.
  698.  
  699.          ›[0;1mEXAMPLE     ›[0mDown
  700.  
  701.          ›[0;1mRETURN›[0m
  702.  
  703.          ›[0;1mSEE ALSO    ›[0mUp, Left, Right, First, Last
  704.  
  705.  
  706.          ›[0;1mNAME        Draft what›[0m
  707.  
  708.          ›[0;1mFUNCTION    ›[0mFor printing set draft to what.
  709.  
  710.          ›[0;1mEXAMPLE     ›[0mDraft nlq
  711.                      Draft pica
  712.                      Draft elite
  713.                      Draft condensed
  714.  
  715.          ›[0;1mRETURN›[0m
  716.  
  717.          ›[0;1mSEE ALSO›[0m
  718.  
  719.  
  720.  
  721.          ›[0;1mNAME        Execute command›[0m
  722.  
  723.          ›[0;1mFUNCTION    ›[0mExecute a CLI-command.
  724.                      Note: NULL: must be mounted!
  725.  
  726.          ›[0;1mEXAMPLE     ›[0mExecute C:NewCLI "CON:0/0/640/200/TextPlusShell"
  727.  
  728.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 6 Severity 4
  729.  
  730.          ›[0;1mSEE ALSO›[0m
  731.  
  732.  
  733.          ›[0;1mNAME        Find findstring›[0m
  734.  
  735.          ›[0;1mFUNCTION    ›[0mset search pattern to findstring and do a 'Next'
  736.  
  737.          ›[0;1mEXAMPLE     ›[0mFind TextPlus
  738.  
  739.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 8 Severity 1
  740.  
  741.          ›[0;1mSEE ALSO    ›[0mNext, Prev, Casesensitive, Replace, NextR, PrevR,
  742.                      Continuous
  743.  
  744.  
  745.          ›[0;1mNAME        First›[0m
  746.  
  747.          ›[0;1mFUNCTION    ›[0mMove to the first column.
  748.  
  749.          ›[0;1mEXAMPLE     ›[0mFirst
  750.  
  751.          ›[0;1mRETURN›[0m
  752.  
  753.          ›[0;1mSEE ALSO    ›[0mLast, Left, Right, WLeft, WRight
  754.  
  755.  
  756.          ›[0;1mNAME        Footnotes switch›[0m
  757.  
  758.          ›[0;1mFUNCTION    ›[0mSwitch the printing of footnotes on or off.
  759.  
  760.          ›[0;1mEXAMPLE     ›[0mFootnotes on
  761.                      Footnotes off
  762.  
  763.          ›[0;1mRETURN›[0m
  764.  
  765.          ›[0;1mSEE ALSO    ›[0mFootnotesFile, SerialLetter, SerialLetterFile
  766.  
  767.  
  768.          ›[0;1mNAME        FootnotesFile ›[0mfilename
  769.  
  770.          ›[0;1mFUNCTION    ›[0mSet footnotesfile for the next print-out.
  771.  
  772.          ›[0;1mEXAMPLE     ›[0mFootnotesFile DF0:Footnotes
  773.  
  774.          ›[0;1mRETURN›[0m
  775.  
  776.          ›[0;1mSEE ALSO    ›[0mFootnotes, SerialLetter, SerialLetterFile
  777.  
  778.  
  779.  
  780.  
  781.          ›[0;1mNAME        Formfeed switch›[0m
  782.  
  783.          ›[0;1mFUNCTION    ›[0mSwitch formfeed on or off.
  784.  
  785.          ›[0;1mEXAMPLE     ›[0mFormfeed on
  786.                      Formfeed off
  787.  
  788.          ›[0;1mRETURN›[0m
  789.  
  790.          ›[0;1mSEE ALSO    ›[0mProportional, NumberLines, NumberPages
  791.  
  792.  
  793.          ›[0;1mNAME        FromPage n›[0m
  794.  
  795.          ›[0;1mFUNCTION    ›[0mStart the next print-out from page n.
  796.                      Note: Don't exceed the ToPage-value.
  797.  
  798.          ›[0;1mEXAMPLE     ›[0mFromPage 3
  799.  
  800.          ›[0;1mRETURN›[0m
  801.  
  802.          ›[0;1mSEE ALSO    ›[0mToPage
  803.  
  804.  
  805.          ›[0;1mNAME        GetChar›[0m
  806.  
  807.          ›[0;1mFUNCTION   ›[0m Copy the character under the cursor to the
  808.                      'result' string. If there's no char under the
  809.                      cursor, 'result' is empty.
  810.  
  811.          ›[0;1mEXAMPLE     ›[0mGetChar
  812.                      Say result
  813.  
  814.          ›[0;1mRETURN›[0m
  815.  
  816.          ›[0;1mSEE ALSO    ›[0mGetString
  817.  
  818.  
  819.          ›[0;1mNAME        GetName›[0m
  820.  
  821.          ›[0;1mFUNCTION   ›[0m Copy the name of the current window to the 'result'
  822.          ›[0m            string.
  823.  
  824.          ›[0;1mEXAMPLE     ›[0mGetName
  825.                      Say result
  826.  
  827.          ›[0;1mRETURN›[0m
  828.  
  829.          ›[0;1mSEE ALSO    ›[0mChFilename
  830.  
  831.  
  832.          ›[0;1mNAME        GetString›[0m
  833.  
  834.          ›[0;1mFUNCTION    ›[0mCopy the current line to the 'result' string.
  835.  
  836.          ›[0;1mEXAMPLE     ›[0mGetString
  837.                      Say result
  838.          ›[0;1mRETURN›[0m
  839.  
  840.          ›[0;1mSEE ALSO    ›[0mGetChar
  841.          ›[0;1mNAME        GoTo string›[0m
  842.  
  843.          ›[0;1mFUNCTION    ›[0mGo to the line, which starts with 'string'.
  844.  
  845.          ›[0;1mEXAMPLE     ›[0mGoTo main(
  846.  
  847.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 8 Severity 1
  848.  
  849.          ›[0;1mSEE ALSO    ›[0mGoToLine, Find
  850.  
  851.  
  852.          ›[0;1mNAME        GoToLine n›[0m
  853.  
  854.          ›[0;1mFUNCTION    ›[0mJump to line n.
  855.  
  856.          ›[0;1mEXAMPLE     ›[0mGoToLine 35
  857.  
  858.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 8 Severity 1
  859.  
  860.          ›[0;1mSEE ALSO    ›[0mGoTo, Find
  861.  
  862.  
  863.          ›[0;1mNAME        Iconify›[0m
  864.  
  865.          ›[0;1mFUNCTION    ›[0mIconify the current window. Uniconify will be car-
  866.                      ried out automatically, if an iconified window
  867.                      receives a command.
  868.  
  869.          ›[0;1mEXAMPLE     ›[0mIconify
  870.  
  871.          ›[0;1mRETURN›[0m
  872.  
  873.          ›[0;1mSEE ALSO›[0m
  874.  
  875.  
  876.          ›[0;1mNAME        InsertMode switch›[0m
  877.  
  878.          ›[0;1mFUNCTION    ›[0mSwitch 'InsertMode' on or off.
  879.  
  880.          ›[0;1mEXAMPLE     ›[0mInsertMode on
  881.                      InsertMode off
  882.  
  883.          ›[0;1mRETURN›[0m
  884.  
  885.          ›[0;1mSEE ALSO    ›[0mAutoDivMode, BackUpMode, LetterMode, BMode
  886.  
  887.  
  888.          ›[0;1mNAME        InsTab›[0m
  889.  
  890.          ›[0;1mFUNCTION    ›[0mInsert spaces until reaching the next tabulator.
  891.  
  892.          ›[0;1mEXAMPLE     ›[0mInsTab
  893.  
  894.          ›[0;1mRETURN›[0m
  895.  
  896.          ›[0;1mSEE ALSO    ›[0mDelBackTab, BInsTab, BDelBackTab, BRight, BLeft,
  897.                      Tab, BackTab
  898.  
  899.  
  900.  
  901.          ›[0;1mNAME        InsertDate›[0m
  902.  
  903.          ›[0;1mFUNCTION    ›[0mInsert the current date.
  904.  
  905.          ›[0;1mEXAMPLE     ›[0mInsertDate
  906.  
  907.          ›[0;1mRETURN›[0m
  908.  
  909.          ›[0;1mSEE ALSO›[0m
  910.  
  911.  
  912.          ›[0;1mNAME        InsertSMark›[0m
  913.  
  914.          ›[0;1mFUNCTION    ›[0mInsert the serial letter mark.
  915.  
  916.          ›[0;1mEXAMPLE     ›[0mInsertSMark
  917.  
  918.          ›[0;1mRETURN›[0m
  919.  
  920.          ›[0;1mSEE ALSO›[0m
  921.  
  922.  
  923.          ›[0;1mNAME        Justify what›[0m
  924.  
  925.          ›[0;1mFUNCTION    ›[0mJustify marked block or current line.
  926.  
  927.          ›[0;1mEXAMPLE     ›[0mJustify left
  928.                      Justify right
  929.                      Justify center
  930.                      Justify block
  931.  
  932.          ›[0;1mRETURN›[0m
  933.  
  934.          ›[0;1mSEE ALSO    ›[0mStyle, Color
  935.  
  936.  
  937.          ›[0;1mNAME        Last›[0m
  938.  
  939.          ›[0;1mFUNCTION    ›[0mMove one beyond the last non-space in a line.
  940.  
  941.          ›[0;1mEXAMPLE     ›[0mLast
  942.  
  943.          ›[0;1mRETURN›[0m
  944.  
  945.          ›[0;1mSEE ALSO    ›[0mFirst, Left, Right, WLeft, WRight
  946.  
  947.  
  948.          ›[0;1mNAME        Left›[0m
  949.  
  950.          ›[0;1mFUNCTION    ›[0mCursor left.
  951.  
  952.          ›[0;1mEXAMPLE     ›[0mLeft
  953.  
  954.          ›[0;1mRETURN›[0m
  955.  
  956.          ›[0;1mSEE ALSO    ›[0mRight, First, Last, WLeft, WRight
  957.  
  958.  
  959.  
  960.  
  961.          ›[0;1mNAME        LeftEdge n›[0m
  962.  
  963.          ›[0;1mFUNCTION    ›[0mSet the left edge to column n.
  964.  
  965.          ›[0;1mEXAMPLE     ›[0mLeftEdge 10
  966.  
  967.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 9 Severity 1
  968.  
  969.          ›[0;1mSEE ALSO    ›[0mWidth
  970.  
  971.  
  972.          ›[0;1mNAME        LeftMargin n›[0m
  973.  
  974.          ›[0;1mFUNCTION    ›[0mSet the left margin for the next print-out to
  975.                      column n.
  976.  
  977.          ›[0;1mEXAMPLE     ›[0mLeftMargin 5
  978.  
  979.          ›[0;1mRETURN›[0m
  980.  
  981.          ›[0;1mSEE ALSO    ›[0mRightMargin
  982.  
  983.  
  984.          ›[0;1mNAME        Lettermode what›[0m
  985.  
  986.          ›[0;1mFUNCTION    ›[0mSet letter-mode to what.
  987.  
  988.          ›[0;1mEXAMPLE     ›[0mLettermode letter
  989.                      Lettermode ansi
  990.                      Lettermode ascii
  991.  
  992.          ›[0;1mRETURN›[0m
  993.  
  994.          ›[0;1mSEE ALSO    ›[0mAutoDivMode, BackUpMode, BMode, InsertMode
  995.  
  996.  
  997.          ›[0;1mNAME        Load filename›[0m
  998.  
  999.          ›[0;1mFUNCTION    ›[0mLoad a file.
  1000.  
  1001.          ›[0;1mEXAMPLE     ›[0mLoad S:TxP.Printer
  1002.  
  1003.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 4 Severity 1
  1004.  
  1005.          ›[0;1mSEE ALSO    ›[0mBLoad, Append
  1006.  
  1007.  
  1008.          ›[0;1mNAME        MoveWindow dx dy›[0m
  1009.  
  1010.          ›[0;1mFUNCTION    ›[0mMove the current window.
  1011.  
  1012.          ›[0;1mEXAMPLE     ›[0mMoveWindow -10 10
  1013.                      MoveWindow 5 -20
  1014.  
  1015.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 10 Severity 1
  1016.  
  1017.          ›[0;1mSEE ALSO    ›[0mSizeWindow, NewWindow
  1018.  
  1019.  
  1020.  
  1021.          ›[0;1mNAME        NewWindow (filename) (x y dx dy)›[0m
  1022.  
  1023.          ›[0;1mFUNCTION    ›[0mOpen a new window.
  1024.  
  1025.          ›[0;1mEXAMPLE     ›[0mNewWindow
  1026.                      NewWindow Name_des_neuen_Fensters
  1027.                      NewWindow 0 11 640 245
  1028.                      NewWindow Name_des_neuen_Fensters 0 11 640 245
  1029.  
  1030.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 3 Severity 4
  1031.  
  1032.          ›[0;1mSEE ALSO    ›[0mMoveWindow, SizeWindow
  1033.  
  1034.  
  1035.          ›[0;1mNAME        Next›[0m
  1036.  
  1037.          ›[0;1mFUNCTION    ›[0mFind next occurrence of search pattern and place
  1038.                      cursor at the beginning of the word or send error-
  1039.                      code.
  1040.  
  1041.          ›[0;1mEXAMPLE     ›[0mNext
  1042.  
  1043.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 8 Severity 1
  1044.  
  1045.          ›[0;1mSEE ALSO    ›[0mPrev, Find, Replace, NextR, PrevR, Casesensitive,
  1046.                      Continuous
  1047.  
  1048.  
  1049.          ›[0;1mNAME        NextR›[0m
  1050.  
  1051.          ›[0;1mFUNCTION    ›[0mFind next occurrence of search pattern and replace
  1052.                      it by replace pattern or send error-code.
  1053.                      If 'Continuous' is switched on, NextR will carry on
  1054.                      replacing until reaching end of file.
  1055.  
  1056.          ›[0;1mEXAMPLE     ›[0mNextR
  1057.  
  1058.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 8 Severity 1
  1059.  
  1060.          ›[0;1mSEE ALSO    ›[0mPrevR, Replace, Continuous, Casesensitive, Next,
  1061.                      Prev, Find
  1062.  
  1063.  
  1064.          ›[0;1mNAME        NumberLines switch›[0m
  1065.  
  1066.          ›[0;1mFUNCTION    ›[0mSwitch numbering of lines for the next print-out
  1067.                      on or off.
  1068.  
  1069.          ›[0;1mEXAMPLE     ›[0mNumberLines on
  1070.                      NumberLines off
  1071.  
  1072.          ›[0;1mRETURN›[0m
  1073.  
  1074.          ›[0;1mSEE ALSO    ›[0mNumberPages, Formfeed, Proportional
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081.          ›[0;1mNAME        NumberPages switch›[0m
  1082.  
  1083.          ›[0;1mFUNCTION   ›[0m Switch the numbering of pages for the next print-
  1084.                      out on or off.
  1085.  
  1086.          ›[0;1mEXAMPLE     ›[0mNumberPages on
  1087.                      NumberPages off
  1088.  
  1089.          ›[0;1mRETURN›[0m
  1090.  
  1091.          ›[0;1mSEE ALSO    ›[0mNumberLines, Formfeed, Proportional
  1092.  
  1093.  
  1094.          ›[0;1mNAME        PageDown›[0m
  1095.  
  1096.          ›[0;1mFUNCTION    ›[0mMove one page down.
  1097.  
  1098.          ›[0;1mEXAMPLE     ›[0mPageDown
  1099.  
  1100.          ›[0;1mRETURN›[0m
  1101.  
  1102.          ›[0;1mSEE ALSO    ›[0mPageUp, ScreenUp, ScreenDown
  1103.  
  1104.  
  1105.          ›[0;1mNAME        PageLength n›[0m
  1106.  
  1107.          ›[0;1mFUNCTION    ›[0mSet the page-length to n lines.
  1108.  
  1109.          ›[0;1mEXAMPLE     ›[0mPageLength 60
  1110.  
  1111.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 9 Severity 1
  1112.  
  1113.          ›[0;1mBUGS›[0m
  1114.  
  1115.          ›[0;1mSEE ALSO›[0m
  1116.  
  1117.  
  1118.          ›[0;1mNAME        Prev›[0m
  1119.  
  1120.          ›[0;1mFUNCTION    ›[0mFind previous occurrence of search pattern and
  1121.                      place cursor at the beginning of the found word or
  1122.                      send error-code.
  1123.  
  1124.          ›[0;1mEXAMPLE     ›[0mPrev
  1125.  
  1126.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 8 Severity 1
  1127.  
  1128.          ›[0;1mSEE ALSO    ›[0mNext, Find, Casesensitive, Continuous, NextR,
  1129.                      ›[0mPrevR, Replace
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.          ›[0;1mNAME        PrevR›[0m
  1142.  
  1143.          ›[0;1mFUNCTION    ›[0mFind previous occurrence of search pattern and
  1144.                      replace it by replace pattern or send error-code.
  1145.                      If 'Continuous' is switched on, NextR will carry on
  1146.                      replacing until reaching begin of file.
  1147.  
  1148.          ›[0;1mEXAMPLE     ›[0mPrevR
  1149.  
  1150.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 8 Severity 1
  1151.  
  1152.          ›[0;1mSEE ALSO    ›[0mNextR, Replace, Casesensitive, Continuous, Find,
  1153.                      Next, Prev
  1154.  
  1155.  
  1156.          ›[0;1mNAME        PrintAll›[0m
  1157.  
  1158.          ›[0;1mFUNCTION   ›[0m Start printing at page 'FromPage' and quit
  1159.                      ›[0mafter printing page 'ToPage'.
  1160.  
  1161.          ›[0;1mEXAMPLE     ›[0mPrintAll
  1162.  
  1163.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 2 Severity 4
  1164.  
  1165.          ›[0;1mSEE ALSO    ›[0mPrintPage, ToPage, FromPage
  1166.  
  1167.  
  1168.          ›[0;1mNAME        PrintPage n›[0m
  1169.  
  1170.          ›[0;1mFUNCTION    ›[0mPrint page n.
  1171.  
  1172.          ›[0;1mEXAMPLE     ›[0mPrintPage 7
  1173.  
  1174.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 2 Severity 4
  1175.  
  1176.          ›[0;1mSEE ALSO    ›[0mPrintAll
  1177.  
  1178.  
  1179.          ›[0;1mNAME        Proportional switch›[0m
  1180.  
  1181.          ›[0;1mFUNCTION    ›[0mSwitch proportional-print for the next print-out
  1182.                      on or off.
  1183.  
  1184.          ›[0;1mEXAMPLE     ›[0mProportional on
  1185.                      Proportional off
  1186.  
  1187.          ›[0;1mRETURN›[0m
  1188.  
  1189.          ›[0;1mSEE ALSO    ›[0mFormfeed, NumberLines, NumberPages
  1190.  
  1191.          ›[0;1mNAME        Quit›[0m
  1192.  
  1193.          ›[0;1mFUNCTION    ›[0mClose the current window and - if it was the last
  1194.                      to be open - quit TP.
  1195.  
  1196.          ›[0;1mEXAMPLE     ›[0mQuit
  1197.  
  1198.          ›[0;1mRETURN›[0m
  1199.  
  1200.          ›[0;1mSEE ALSO›[0m
  1201.          ›[0;1mNAME        Replace findstring replacestring›[0m
  1202.  
  1203.          ›[0;1mFUNCTION    ›[0mSet search pattern to 'findstring' and replace
  1204.                      pattern to 'replacestring' and do a 'NextR'
  1205.  
  1206.          ›[0;1mEXAMPLE     ›[0mReplace find_me found_you
  1207.  
  1208.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 8 Severity 1
  1209.  
  1210.          ›[0;1mSEE ALSO    ›[0mNextR, PrevR, Continuous, Casesensitive, Find,
  1211.                      Next, Prev
  1212.  
  1213.  
  1214.          ›[0;1mNAME        Right›[0m
  1215.  
  1216.          ›[0;1mFUNCTION    ›[0mMove cursor right.
  1217.  
  1218.          ›[0;1mEXAMPLE     ›[0mRight
  1219.  
  1220.          ›[0;1mRETURN›[0m
  1221.  
  1222.          ›[0;1mSEE ALSO    ›[0mLeft, First, Last, WLeft, WRight
  1223.  
  1224.  
  1225.          ›[0;1mNAME        RightMargin n›[0m
  1226.  
  1227.          ›[0;1mFUNCTION  ›[0m  Set right margin to column n for the next print-
  1228.                      out.
  1229.  
  1230.          ›[0;1mEXAMPLE     ›[0mRightMargin 80
  1231.  
  1232.          ›[0;1mRETURN›[0m
  1233.  
  1234.          ›[0;1mSEE ALSO    ›[0mLeftMargin
  1235.  
  1236.  
  1237.          ›[0;1mNAME        RX macro args›[0m
  1238.  
  1239.          ›[0;1mFUNCTION    ›[0mExecute a macro and pass arguments to it or not.
  1240.  
  1241.          ›[0;1mEXAMPLE     ›[0mRX my_first_macro.tpl one two three_arguments
  1242.                      RX my_second_macro.tpl
  1243.  
  1244.          ›[0;1mRETURN›[0m
  1245.  
  1246.          ›[0;1mSEE ALSO›[0m
  1247.  
  1248.  
  1249.          ›[0;1mNAME        Save (filename)›[0m
  1250.  
  1251.          ›[0;1mFUNCTION    ›[0mSave current file. If no filename was specified,
  1252.                      the file will be saved under the current window's
  1253.                      name.
  1254.  
  1255.          ›[0;1mEXAMPLE     ›[0mSave
  1256.                      Save DF0:Ein_Filename
  1257.  
  1258.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 4 Severity 4
  1259.  
  1260.          ›[0;1mSEE ALSO    ›[0mBSave, BCopyTmp, SaveAndQuit
  1261.          ›[0;1mNAME        ScreenBottom›[0m
  1262.  
  1263.          ›[0;1mFUNCTION    ›[0mMove to bottom of current screen.
  1264.  
  1265.          ›[0;1mEXAMPLE     ›[0mScreenBottom
  1266.  
  1267.          ›[0;1mRETURN›[0m
  1268.  
  1269.          ›[0;1mSEE ALSO    ›[0mScreenTop, Bottom, Top
  1270.  
  1271.  
  1272.          ›[0;1mName        ScrennDown›[0m
  1273.  
  1274.          ›[0;1mFUNCTION    ›[0mMove one screen down.
  1275.  
  1276.          ›[0;1mEXAMPLE     ›[0mScreenDown
  1277.  
  1278.          ›[0;1mRETURN›[0m
  1279.  
  1280.          ›[0;1mSEE ALSO    ›[0mScreenUp, PageUp, PageDown
  1281.  
  1282.  
  1283.          ›[0;1mNAME        ScreenUp›[0m
  1284.  
  1285.          ›[0;1mFUNCTION    ›[0mMove one screen up.
  1286.  
  1287.          ›[0;1mEXAMPLE     ›[0mScreenUp
  1288.  
  1289.          ›[0;1mRETURN›[0m
  1290.  
  1291.          ›[0;1mSEE ALSO    ›[0mScreenDown, PageUp, PageDown
  1292.  
  1293.  
  1294.          ›[0;1mNAME        ScreenToBack›[0m
  1295.  
  1296.          ›[0;1mFUNCTION    ›[0mThrust TextPlus-screen into the background.
  1297.  
  1298.          ›[0;1mEXAMPLE     ›[0mScreenToBack
  1299.  
  1300.          ›[0;1mRETURN›[0m
  1301.  
  1302.          ›[0;1mSEE ALSO    ›[0mScreenToFront, WindowToFront, WindowToBack
  1303.  
  1304.  
  1305.          ›[0;1mNAME        ScreenToFront›[0m
  1306.  
  1307.          ›[0;1mFUNCTION    ›[0mThrust TextPlus-screen into the foreground.
  1308.  
  1309.          ›[0;1mEXAMPLE     ›[0mScreenToFront
  1310.  
  1311.          ›[0;1mRETURN›[0m
  1312.  
  1313.          ›[0;1mSEE ALSO    ›[0mScreenToBack, WindowToFront, WindowToBack
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.          ›[0;1mNAME        ScreenTop›[0m
  1322.  
  1323.          ›[0;1mFUNCTION    ›[0mMove to top of current screen.
  1324.  
  1325.          ›[0;1mEXAMPLE     ›[0mScreenTop
  1326.  
  1327.          ›[0;1mRETURN›[0m
  1328.  
  1329.          ›[0;1mSEE ALSO    ›[0mScreenBottom, Top, Bottom
  1330.  
  1331.  
  1332.          ›[0;1mNAME        SendToPar switch›[0m
  1333.  
  1334.          ›[0;1mFUNCTION    ›[0mSend data to be printed either to par: or prt:
  1335.  
  1336.          ›[0;1mEXAMPLE     ›[0mSendToPar on        (par:)
  1337.                      SendToPar off       (prt:)
  1338.  
  1339.          ›[0;1mRETURN›[0m
  1340.  
  1341.          ›[0;1mSEE ALSO›[0m
  1342.  
  1343.  
  1344.          ›[0;1mNAME        SerialLetter switch›[0m
  1345.  
  1346.          ›[0;1mFUNCTION    ›[0mSwitch the printing of serial letters on or off.
  1347.  
  1348.          ›[0;1mEXAMPLE     ›[0mSerialLetter on
  1349.                      SerialLetter off
  1350.  
  1351.          ›[0;1mRETURN›[0m
  1352.  
  1353.          ›[0;1mSEE ALSO    ›[0mSerialLetterFile, Footnotes, FootnotesFile
  1354.  
  1355.  
  1356.          ›[0;1mNAME        SerialLetterFile filename›[0m
  1357.  
  1358.          ›[0;1mFUNCTION    ›[0mSet serial-letter-file for the next print-out.
  1359.  
  1360.          ›[0;1mEXAMPLE     ›[0mSerialLetterFile DF0:Serialletter
  1361.  
  1362.          ›[0;1mRETURN›[0m
  1363.  
  1364.          ›[0;1mSEE ALSO    ›[0mSerialLetter, Footnotes, FootnotesFile
  1365.  
  1366.  
  1367.          ›[0;1mNAME        SetColors›[0m
  1368.  
  1369.          ›[0;1mFUNCTION    ›[0mSet screen colors.
  1370.  
  1371.          ›[0;1mEXAMPLE     ›[0mSetColors AAA 000 FFF 57B
  1372.  
  1373.          ›[0;1mRETURN›[0m
  1374.  
  1375.          ›[0;1mSEE ALSO›[0m
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.          ›[0;1mNAME        SetFont fontname fontsize›[0m
  1382.  
  1383.          ›[0;1mFUNCTION    ›[0mSet the font of the current window.
  1384.                      Note: Don't use proportional-fonts.
  1385.  
  1386.          ›[0;1mEXAMPLE     ›[0mSetFont topaz.font 11
  1387.  
  1388.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 9 Severity 1
  1389.  
  1390.          ›[0;1mSEE ALSO›[0m
  1391.  
  1392.  
  1393.          ›[0;1mNAME        SetTab n›[0m
  1394.  
  1395.          ›[0;1mFUNCTION    ›[0mSet a tabulator at column n.
  1396.  
  1397.          ›[0;1mEXAMPLE     ›[0mSetTab 17
  1398.  
  1399.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 9 Severity 1
  1400.  
  1401.          ›[0;1mSEE ALSO    ›[0mClearTab, ClearTabs
  1402.  
  1403.  
  1404.          ›[0;1mNAME        SizeWindow dx dy›[0m
  1405.  
  1406.          ›[0;1mFUNCTION    ›[0mResize window.
  1407.  
  1408.          ›[0;1mEXAMPLE     ›[0mSizeWindow 0 -100
  1409.                      SizeWindow -300 20
  1410.  
  1411.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 10 Severity 1
  1412.  
  1413.          ›[0;1mSEE ALSO    ›[0mClearTab, ClearTabs
  1414.  
  1415.  
  1416.          ›[0;1mNAME        Style what›[0m
  1417.  
  1418.          ›[0;1mFUNCTION    ›[0mSwitch text-style to what.
  1419.  
  1420.          ›[0;1mEXAMPLE     ›[0mStyle normal
  1421.                      Style underlined
  1422.                      Style bold
  1423.                      Style italic
  1424.  
  1425.          ›[0;1mRETURN›[0m
  1426.  
  1427.          ›[0;1mSEE ALSO    ›[0mJustify, Color
  1428.  
  1429.  
  1430.          ›[0;1mNAME        Tab›[0m
  1431.  
  1432.          ›[0;1mFUNCTION    ›[0mJump to next tabulator.
  1433.  
  1434.          ›[0;1mEXAMPLE     ›[0mTab
  1435.  
  1436.          ›[0;1mRETURN›[0m
  1437.  
  1438.          ›[0;1mSEE ALSO    ›[0mBackTab, InsTab, DelBackTab, BInsTab, BDelBackTab,
  1439.                      BLeft, BRight
  1440.  
  1441.          ›[0;1mNAME        Top›[0m
  1442.  
  1443.          ›[0;1mFUNCTION    ›[0mMove to top of file.
  1444.  
  1445.          ›[0;1mEXAMPLE     ›[0mTop
  1446.  
  1447.          ›[0;1mRETURN›[0m
  1448.  
  1449.          ›[0;1mSEE ALSO    ›[0mBottom, ScreenTop, ScreenBottom
  1450.  
  1451.  
  1452.          ›[0;1mNAME        ToMouse›[0m
  1453.  
  1454.          ›[0;1mFUNCTION    ›[0mMove cursor to mouse-position.
  1455.  
  1456.          ›[0;1mEXAMPLE     ›[0mToMouse
  1457.  
  1458.          ›[0;1mRETURN›[0m
  1459.  
  1460.          ›[0;1mSEE ALSO›[0m
  1461.  
  1462.  
  1463.          ›[0;1mNAME        ToPage n›[0m
  1464.  
  1465.          ›[0;1mFUNCTION    ›[0mSet last page to be printed to n.
  1466.  
  1467.          ›[0;1mEXAMPLE     ›[0mToPage 9
  1468.  
  1469.          ›[0;1mRETURN›[0m
  1470.  
  1471.          ›[0;1mSEE ALSO    ›[0mFromPage, PrintAll
  1472.  
  1473.  
  1474.          ›[0;1mNAME        Type string›[0m
  1475.  
  1476.          ›[0;1mFUNCTION    ›[0mEnter text as if typed.
  1477.  
  1478.          ›[0;1mEXAMPLE     ›[0mType 'Hello, world!'
  1479.  
  1480.          ›[0;1mRETURN›[0m
  1481.  
  1482.          ›[0;1mSEE ALSO›[0m
  1483.  
  1484.  
  1485.          ›[0;1mNAME        UnBlock›[0m
  1486.  
  1487.          ›[0;1mFUNCTION    ›[0mClear the block markers for the current window.
  1488.  
  1489.          ›[0;1mEXAMPLE     ›[0mUnBlock
  1490.  
  1491.          ›[0;1mRETURN›[0m
  1492.  
  1493.          ›[0;1mSEE ALSO    ›[0mBlock
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.          ›[0;1mNAME        Undo›[0m
  1502.  
  1503.          ›[0;1mFUNCTION    ›[0mUndo changes of the current line.
  1504.  
  1505.          ›[0;1mEXAMPLE     ›[0mUndo
  1506.  
  1507.          ›[0;1mRETURN›[0m
  1508.  
  1509.          ›[0;1mSEE ALSO›[0m
  1510.  
  1511.  
  1512.          ›[0;1mNAME        UndoDelLine›[0m
  1513.  
  1514.          ›[0;1mFUNCTION    ›[0mInsert the last deleted line.
  1515.  
  1516.          ›[0;1mEXAMPLE     ›[0mUndoDelLine
  1517.  
  1518.          ›[0;1mRETURN›[0m
  1519.  
  1520.          ›[0;1mSEE ALSO    ›[0mDelLine
  1521.  
  1522.  
  1523.          ›[0;1mNAME        Up›[0m
  1524.  
  1525.          ›[0;1mFUNCTION    ›[0mCursor up.
  1526.  
  1527.          ›[0;1mEXAMPLE     ›[0mUp
  1528.  
  1529.          ›[0;1mRETURN›[0m
  1530.  
  1531.          ›[0;1mSEE ALSO    ›[0mDown
  1532.  
  1533.  
  1534.          ›[0;1mNAME        WDelLeft›[0m
  1535.  
  1536.          ›[0;1mFUNCTION  ›[0m  Delete previous word. If the cursor is in the
  1537.                      middle of a word, this word will be deleted.
  1538.  
  1539.          ›[0;1mEXAMPLE     ›[0mWDelLeft
  1540.  
  1541.          ›[0;1mRETURN›[0m
  1542.  
  1543.          ›[0;1mSEE ALSO    ›[0mWDelRight
  1544.  
  1545.  
  1546.          ›[0;1mNAME        WDelRight›[0m
  1547.  
  1548.          ›[0;1mFUNCTION    ›[0mDelete next word. If the cursor is in the
  1549.                      middle of a word, this word will be deleted.
  1550.  
  1551.          ›[0;1mEXAMPLE     ›[0mWDelRight
  1552.  
  1553.          ›[0;1mRETURN›[0m
  1554.  
  1555.          ›[0;1mSEE ALSO    ›[0mWDelLeft
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.          ›[0;1mNAME        Width n›[0m
  1562.  
  1563.          ›[0;1mFUNCTION    ›[0mSet text-width to n columns. Text-width is
  1564.                      relative to left edge.
  1565.  
  1566.          ›[0;1mEXAMPLE     ›[0mWidth 60
  1567.  
  1568.          ›[0;1mRETURN      ›[0mIn case of failure: ErrorCode 9 Severity 1
  1569.  
  1570.          ›[0;1mSEE ALSO    ›[0mLeftEdge
  1571.  
  1572.  
  1573.          ›[0;1mNAME        WindowToBack›[0m
  1574.  
  1575.          ›[0;1mFUNCTION    ›[0mThrust the current window into the background.
  1576.  
  1577.          ›[0;1mEXAMPLE     ›[0mWindowToBack
  1578.  
  1579.          ›[0;1mRETURN›[0m
  1580.  
  1581.          ›[0;1mSEE ALSO    ›[0mWindowToFront, ScreenToBack, ScreenToFront
  1582.  
  1583.  
  1584.          ›[0;1mNAME        WindowToFront›[0m
  1585.  
  1586.          ›[0;1mFUNCTION    ›[0mThrust the current window into the foreground.
  1587.  
  1588.          ›[0;1mEXAMPLE     ›[0mWindowToFront
  1589.  
  1590.          ›[0;1mRETURN›[0m
  1591.  
  1592.          ›[0;1mSEE ALSO    ›[0mWindowToBack, ScreenToBack, ScreenToFront
  1593.  
  1594.  
  1595.          ›[0;1mNAME        WLeft›[0m
  1596.  
  1597.          ›[0;1mFUNCTION    ›[0mMove to the beginning of the previous word. If the
  1598.                      cursor is in the middle of a word, move to
  1599.                      beginning of current word.
  1600.  
  1601.          ›[0;1mEXAMPLE     ›[0mWLeft
  1602.  
  1603.          ›[0;1mRETURN›[0m
  1604.  
  1605.          ›[0;1mSEE ALSO    ›[0mWRight
  1606.  
  1607.  
  1608.          ›[0;1mNAME        WRight›[0m
  1609.  
  1610.          ›[0;1mFUNCTION    ›[0mMove to the beginning of the next word.
  1611.  
  1612.          ›[0;1mEXAMPLE     ›[0mWRight
  1613.  
  1614.          ›[0;1mRETURN›[0m
  1615.  
  1616.  
  1617. ›[0m›[1 p