home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / greed223.zip / Greed.INF (.txt) < prev    next >
OS/2 Help File  |  1998-01-27  |  146KB  |  737 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Copyright ΓòÉΓòÉΓòÉ
  3.  
  4.       (C) Copyright 1995, 1997 by Janosch R. Kowalczyk. All rights reserved 
  5.      Greed is a universal source code generator to work with user defined code 
  6.      templates (e.g. REXX, VREXX, IPF, HTML etc.). 
  7.      This Greed version is free of charge -> but it isn't FREEWARE. You are 
  8.      allowed to use this program as an "evaluation copy" for private puposes 
  9.      only. With this present version you are not able to change any of the 
  10.      contents except the contents of the *.FNC files. 
  11.      If you like to use this application for education or commercial purposes, 
  12.      contact the  Author for license agreement and pricing. 
  13.  
  14.      Greed Logo Image Copyright CompuServe 
  15.  
  16.  
  17. ΓòÉΓòÉΓòÉ 2. Trademarks ΓòÉΓòÉΓòÉ
  18.  
  19.       The following terms are trademarks of the IBM Corporation: 
  20.  
  21.          Common User Access (CUA) 
  22.          Database 2 OS/2 (DB2/2) 
  23.          Extended Services for IBM 
  24.          IBM 
  25.          Operating System/2 (OS/2) 
  26.          Warp 
  27.          Presentation Manager 
  28.          Systems Aplication Architecture (SAA) 
  29.  
  30.  
  31. ΓòÉΓòÉΓòÉ 3. Disclaimer ΓòÉΓòÉΓòÉ
  32.  
  33.       This package is provided as is, without any guarantees or warrantees 
  34.      whatsoever. The author is not liable or responsible for any loss or damage 
  35.      of any kind whatsoever, including, but not limited to, losses of a 
  36.      financial, physical, emotional, marital, social, or mental nature that may 
  37.      result from the use or the purported use of anything in this package, for 
  38.      any purpose whatsoever. 
  39.  
  40.      Thanks to Michael Shillingford for this wording. 
  41.  
  42.  
  43. ΓòÉΓòÉΓòÉ 4. System Requirments ΓòÉΓòÉΓòÉ
  44.  
  45.          System Requirments 
  46.  
  47.           HARDWARE
  48.             - IBM PC or PC Compatible
  49.             - 3,5 MB free harddisk space (more for your own extentions)
  50.             - Mouse or other pointing device
  51.           Recommended
  52.             - CPU: 6x86, K5, Pentium or higher
  53.             - at least RAM 16 MB
  54.             - Video resolution 800x600 or 1024x768, 256 colors
  55.             - Soundblaster 16/32 Bit (optional)
  56.           SOFTWARE
  57.             - IBM OS/2 Warp 3.0 with REXX support, Warp 4.0 or higher
  58.  
  59.  
  60. ΓòÉΓòÉΓòÉ 5. Motto ΓòÉΓòÉΓòÉ
  61.  
  62. No windows, No gates, No bill!
  63.  
  64.  
  65. ΓòÉΓòÉΓòÉ 6. What is GREED ? ΓòÉΓòÉΓòÉ
  66.  
  67.       GREED - General Rexx Extended EDitor - is a universal source code 
  68.      generator to work with user defined code templates. It has a modular 
  69.      structure and consists of three independent modules: 
  70.  
  71.          Templates Controller, the universal code controller. 
  72.          Template Editor to edit the templates for Greed and  Greed Templates 
  73.           Controller. 
  74.          Browser  - the small file viewer with both text and hexadecimal mode. 
  75.  
  76.      The menu bar option Rexx of the main window is the interface to the code 
  77.      templates for Rexx, RexxUtil, VRexx and mciRexx functions from either the 
  78.      'greed.fnc' or 'greedx.fnc' file. 
  79.      The calls for extended modules are built-in into the main window menu 
  80.      options, but you can call these out of the main program too. 
  81.  
  82.      Copyright | Trademaks | Disclaimer | System Requirements | Motto | Thanks 
  83.      | Author | 
  84.  
  85.  
  86. ΓòÉΓòÉΓòÉ 6.1. Last change. ΓòÉΓòÉΓòÉ
  87.  
  88.      GREED's last change at Jan, 26, 1998 
  89.  
  90.      Current Version: 2.23 
  91.  
  92.  
  93. ΓòÉΓòÉΓòÉ 7. General information ΓòÉΓòÉΓòÉ
  94.  
  95. The following section describes general features of Greed. 
  96.  
  97.  
  98. ΓòÉΓòÉΓòÉ 7.1. Standard buttons. ΓòÉΓòÉΓòÉ
  99.  
  100.      In most of Greed's windows you'll find the keys (Push Buttons) which have 
  101.      same meaning everywhere: 
  102.  
  103.          Undo - all changes are suspended. 
  104.          Default - the affected options are set to their standard values. 
  105.          Help - the context sensitive help will be displayed. 
  106.          Back - all changes will be saved and the window closed. 
  107.          Save - all changes will be saved but the window will be not closed. 
  108.  
  109.      All other buttons, if present,  have their own description in the context 
  110.      sensitive help windows. 
  111.  
  112.  
  113. ΓòÉΓòÉΓòÉ 7.2. Call parameters line ΓòÉΓòÉΓòÉ
  114.  
  115.  
  116.      The Call Parameters Line is situated on the top of Greed's window. It is a 
  117.      combination box with the list of all up to now entered commands and/or 
  118.      call parameters for run the just edited Rexx procedure. 
  119.      The contents of the Call Parameters Line will be interpreted as call 
  120.      parameter(s) when you have pressed the push button Run. If you use the 
  121.      Execute push button instead, it will be interpreted as OS/2 Command. 
  122.  
  123.      You can call from the Call Parameters Line Entry Field all OS/2 Commands 
  124.      and all programs. The current working directory is this one of the file 
  125.      just edited. 
  126.  
  127.      Enter the required Command in the Call Parameters Line and click the 
  128.      button Execute or press the Enter key on the Keyboard . 
  129.      The Command output will be directed into the file $EXECUTE.$$$ and showed 
  130.      in the Editor and the File Manager as Execute command output The Command 
  131.      output file will be deleted after you exit Greed. 
  132.      You can fetch one of the up to now used call parameters or commands from 
  133.      the Call Parameters Line's Combination Box. 
  134.  
  135.  
  136. ΓòÉΓòÉΓòÉ 7.3. Greed's Features ΓòÉΓòÉΓòÉ
  137.  
  138.      The most important (but not all) features of GREED are: 
  139.  
  140.        1. Switch between 2 template files for the simple or extended code 
  141.           generation. This Option needs the file named GREED.FNC for simple 
  142.           templates and the file GREEDX.FNC for extended templates. If you are 
  143.           using these files for Greed Extents be sure you don't delete any 
  144.           function from them; they are templates for the main menu option Rexx. 
  145.  
  146.           Note:  The menu options have same names as the functions in the 
  147.           template files. 
  148.        2. Generation of frames for a Rexx program with: 
  149.               Comment , 
  150.               Exception handling, 
  151.               Registration of other Rexx functions (default: RexxUtil, VRexx, 
  152.                mciRexx). 
  153.        3. Ability to insert the contents of any other text file into the source 
  154.           code just edited. 
  155.        4. Test run for the edited source without the necessity to store it. 
  156.        5. Print control functions: 
  157.               Choice of the Print port. 
  158.               Spool control. 
  159.        6. Work with the clipboard: 
  160.               Copy/Cut to clipboard. 
  161.               Paste from clipboard. 
  162.               Edit clipboard. 
  163.        7. Set comment for selected textstring. 
  164.        8. Find and change textstrings. 
  165.        9. Notebook for settings: 
  166.               Code and Clipboard control functions. 
  167.               Font and Color change functions. 
  168.               Store settings (upper case, lower case, free). 
  169.               File information and attributes change function. 
  170.               Internal Greed Options. 
  171.       10. Call of Info files (if existant) for Rexx, Vrexx, mciRexx and ORexx 
  172.           and OS/2 Command References from the help menu. 
  173.  
  174.  
  175. ΓòÉΓòÉΓòÉ 7.4. Greed Templates Controller. ΓòÉΓòÉΓòÉ
  176.  
  177.  
  178.      Greed Templates Controller is an Add-On product for GREED. You can use it 
  179.      to work with the templates that are written into either your own templates 
  180.      files or standard GREED-templates files, but they are out of reach the 
  181.      main menu option Rexx 
  182.  
  183.      It is a container with a tree-view of template applications. You can copy 
  184.      the template's code into the clipboard either via the pop-up menu or via 
  185.      the double mouse click (button 1) on the function name. 
  186.  
  187.      This kind of work allows you to use Greed Templates Controller for all 
  188.      possible editors which can paste from the clipboard. 
  189.  
  190.      See help of Greed Templates Controller for more information. 
  191.  
  192.  
  193. ΓòÉΓòÉΓòÉ 7.5. Template Editor. ΓòÉΓòÉΓòÉ
  194.  
  195.      Template Editor is a universal editor for the text-string Values of the 
  196.      INI-files. 
  197.  
  198.      The Greed's functions files (usually but not always with the extent *.FNC) 
  199.      are stored into this file type. The structure of this file is used as 
  200.      follows: 
  201.  
  202.           application is the group of functions, 
  203.           key is the name of the function 
  204.           value is the template by itself. 
  205.  
  206.      The benefits of the usage of this file structure are: 
  207.  
  208.          prompt search for the value in a large template file, 
  209.          switch between different template files, 
  210.          exclude functions which you will not actually use, 
  211.          ascending sort for functions and their groups, 
  212.          selective edit of the template value. 
  213.  
  214.      You can write the templates directly into the template file by using the 
  215.      Template Editor or you can edit the function groups using control 
  216.      characters (like VisPro addon files): 
  217.  
  218.           @ - for function group, 
  219.           % - for function name, 
  220.           $ - for function value. 
  221.  
  222.      as a Text file and then translate it to the INI-format. See help of 
  223.      Template Editor for more information. 
  224.  
  225.  
  226. ΓòÉΓòÉΓòÉ 7.6. Browser. ΓòÉΓòÉΓòÉ
  227.  
  228.      PM Browser is a program to view all sorts of files in both: 
  229.  
  230.          text mode or 
  231.          hexadecimal mode. 
  232.  
  233.      You can't directly edit the already viewed file, although you can call the 
  234.      OS/2 system editor to do that. 
  235.  
  236.      In the hexadecimal mode, the hex digit will be showed verticaly below the 
  237.      character line: 
  238.  
  239.          zone in the first line after and 
  240.          numeric in the second line. 
  241.  
  242.      See help of PM Browser for more information. 
  243.  
  244.  
  245. ΓòÉΓòÉΓòÉ 7.7. Lock Editor. ΓòÉΓòÉΓòÉ
  246.  
  247.      Lock Editor is a feature that allows you to protect your edited text 
  248.      against happen to overwrite. You can set the editor into the read-only 
  249.      state using the menu option Utilities - Lock editor The menu item text 
  250.      will be changed to Unlock editor, so you see the option works as flip-flop 
  251.      switching unit. 
  252.  
  253.      If the editor is locked, you will see in the title bar of Greed following 
  254.      message: 
  255.  
  256.      EDITOR LOCKED. To unlock it, use menu option Utilities - Unlock editor 
  257.  
  258.  
  259. ΓòÉΓòÉΓòÉ 8. File related functions. ΓòÉΓòÉΓòÉ
  260.  
  261. This chapter describes all file related functions of Greed. The most of these 
  262. functions are accessed over the menu option File. Others such as Switch, direct 
  263. over the dedicated push button. 
  264.  
  265.  
  266. ΓòÉΓòÉΓòÉ 8.1. Edit a new program. ΓòÉΓòÉΓòÉ
  267.  
  268.      With the menu option New from the main menu option File you can open a new 
  269.      file for edit. This file, named NEWREXX.CMD, will be situated in the 
  270.      current working directory. 
  271.  
  272.      This file gets the frame that is dependent on the current frame settings 
  273.      in the options-notebook. 
  274.  
  275.  
  276. ΓòÉΓòÉΓòÉ 8.2. Open edit file. ΓòÉΓòÉΓòÉ
  277.  
  278.      To open an existing file for edit, use menu option Open from the main 
  279.      option File. You get the standard OS/2 dialog box to open a file. You can 
  280.      select the drive, the directory and file you want to open. 
  281.  
  282.      Use the OK button to confirm or Cancel to suspend your choice. 
  283.  
  284.      Greed allows you to edit up to 256 files simultaneous (in parallel). You 
  285.      can switch between edited files either in the File Manager (in the menu 
  286.      option File or the push button File Mgr.) or by using the push buttons << 
  287.      (backward) and >> (to the front). You will be prompted to save all 
  288.      modified files at the Greed close time. 
  289.  
  290.  
  291. ΓòÉΓòÉΓòÉ 8.3. Switch. ΓòÉΓòÉΓòÉ
  292.  
  293.      Greed allows you to edit up to 256 files simultaneous (in parallel). When 
  294.      you open an existing file or create a new file to edit, the currently 
  295.      edited file will be hidden. You can switch between edited files either in 
  296.      the File Manager (in the menu option File or the push button File Mgr.) or 
  297.      by using the push buttons << (backward) and >> (to the front). 
  298.  
  299.      You will be prompted to save all modified files at the Greed close time. 
  300.  
  301.  
  302. ΓòÉΓòÉΓòÉ 8.4. Test run. ΓòÉΓòÉΓòÉ
  303.  
  304.      You can start the test run of the currently edited file. The menu option 
  305.      Run allows you to start the Rexx procedure either: 
  306.  
  307.          in PMRexx window or 
  308.          in-Storage routine or 
  309.          as Traced with Result in PMRexx window. 
  310.      The Run push button started the Rexx procedure in a PMRexx window. You 
  311.      always run the newest release of your file without the necessity to save 
  312.      it. 
  313.  
  314.      The test file gets the temporary name RUNxxxxx.CMD, where 'xxxxx' is a 
  315.      5-digit random integer. This temporary File will be created in the current 
  316.      directory and always deleted if you run the next test or you end the Greed 
  317.      session. 
  318.  
  319.      Note:  You get no output on the Screen if you use the in-Store run method. 
  320.  
  321.  
  322. ΓòÉΓòÉΓòÉ 8.5. Print functions. ΓòÉΓòÉΓòÉ
  323.  
  324.  
  325.      You can send the file just edited or the selected text to a printer. Refer 
  326.      to the operator's manual of your printer for more information. 
  327.      The function Cancel print allows you to delete the current print job. 
  328.  
  329.      Other function: Spool delete clears the print spool from all actually 
  330.      queued jobs 
  331.  
  332.       Printer options 
  333.  
  334.  
  335. ΓòÉΓòÉΓòÉ 8.6. Insert file. ΓòÉΓòÉΓòÉ
  336.  
  337.      The file option with the same name (Insert file) provides the possibility 
  338.      to insert an external file into your currently edited file. You get the 
  339.      standard OS/2 dialog box to open a file to insert. 
  340.  
  341.      If you confirm your choice with the OK-key, the new file will be inserted 
  342.      at the current cursor possition. 
  343.  
  344.  
  345. ΓòÉΓòÉΓòÉ 8.7. File Manager. ΓòÉΓòÉΓòÉ
  346.  
  347.      Greed allows you to edit up to 256 files simultaneous (in parallel). When 
  348.      you open an existing file or create a new file to edit, the currently 
  349.      edited file will be hidden. You can switch between edited files either in 
  350.      the File Manager (in the menu option File or the push button File Mgr.) or 
  351.      by using the push buttons << (backward) and >> (to the front). 
  352.      File Manager help you to manage already opened and open new files. You 
  353.      have following options to do it: 
  354.  
  355.          Open - Opens a new file to edit. 
  356.          Save - Saves currently selected file. 
  357.          Save as - Saves currently selected file under other name. 
  358.          Free - Closes current file and free it from the File Manager. 
  359.          Cancel - Closes the File Manager without any changes. 
  360.  
  361.      You will switch to an another file, if you select a file name from the 
  362.      File Manager's List Box. 
  363.      You will be prompted to save all modified files at the Greed close time. 
  364.  
  365.  
  366. ΓòÉΓòÉΓòÉ 9. Edit functions. ΓòÉΓòÉΓòÉ
  367.  
  368. This chapter describes all editor functions of Gredd. The most of these 
  369. functions are accessed over the menu option Edit. Others such as Copy or Paste, 
  370. additional over the dedicated push buttons. 
  371.  
  372.  
  373. ΓòÉΓòÉΓòÉ 9.1. Clipboard. ΓòÉΓòÉΓòÉ
  374.  
  375.      You can use the Clipbord in the same manner as used by other editors: 
  376.  
  377.           Cut 
  378.           Copy 
  379.           Paste. 
  380.  
  381.      Additionally you have a tiny Clipboard editor which helps you to edit the 
  382.      contents of the clipboard separately. 
  383.  
  384.      In this editor you can: 
  385.  
  386.           Paste from clipboard to multiply its contents, 
  387.           Undo the last change, 
  388.           Delete the Clipboards contents and 
  389.           Save the edited text back. 
  390.  
  391.  
  392. ΓòÉΓòÉΓòÉ 9.2. Find and change text. ΓòÉΓòÉΓòÉ
  393.  
  394.      This function allows you to search for and change a text in your actually 
  395.      edited file. It works (like other editors) with the following options and 
  396.      buttons: 
  397.  
  398.          Find - the button that starts the search process (at the current 
  399.           cursor position). This button is only enabled if you have already 
  400.           entered the string to be searched for. 
  401.          Change then Find - the button to carry out the change action and to 
  402.           start the search for the next occurance of the search string. This 
  403.           button is enabled if at least one searcheded string was found. 
  404.          Change - the button to carry out the change action. This button is 
  405.           enabled if at least one searcheded string was found. 
  406.          Change all - the button to carry out the change action for all 
  407.           occurances of the searched string. This button is enabled if at least 
  408.           one searcheded string was found. 
  409.          Cancel - end this function. 
  410.          Case sensitive - use this check box to search for exactly equal 
  411.           strings. 
  412.          Wrap - use this check box to start the search again at the beginning 
  413.           of your file. 
  414.  
  415.  
  416. ΓòÉΓòÉΓòÉ 9.3. Clear text. ΓòÉΓòÉΓòÉ
  417.  
  418.  
  419.      They are two options that allow you to clear a portion of or the total 
  420.      text you are editing: 
  421.  
  422.          Clear - to delete the selected portion of the text, 
  423.          Clear all - to delete the entire (selected) text. 
  424.  
  425.      Note:  If you have cleared the total text and saved your file - the empty 
  426.      file will be saved. 
  427.  
  428.  
  429. ΓòÉΓòÉΓòÉ 9.4. Set comment. ΓòÉΓòÉΓòÉ
  430.  
  431.      With this option you can set comment characters around the selected text: 
  432.  
  433.           "/*" at the beginning and 
  434.           "*/" at the end of selection. 
  435.  
  436.  
  437. ΓòÉΓòÉΓòÉ 9.5. Set border strings. ΓòÉΓòÉΓòÉ
  438.  
  439.      Set border string allows you to set any strings at the start and at the 
  440.      end of the selected text. These strings can be defined in the Settings 
  441.      notebook on the page General. 
  442.  
  443.      The default value for the prefixing string is >>>  and for the suffix: 
  444.      <<<. 
  445.  
  446.      The maximum length for the strings is 256 bytes each. 
  447.  
  448.  
  449. ΓòÉΓòÉΓòÉ 10. Greed's options. ΓòÉΓòÉΓòÉ
  450.  
  451.      With the menu option Settings you can personify your Greed installation. 
  452.      This option displays an Settings Notebook to change or set Greed's 
  453.      properties. Following Notebook pages are for your disposal: 
  454.  
  455.          Options 
  456.          General 
  457.          Attributes 
  458.          File 
  459.  
  460.      All pages of the options notebook have at least two buttons: 
  461.  
  462.           Undo - to undo your current changes 
  463.           Default - to set the default values for these options. 
  464.  
  465.  
  466. ΓòÉΓòÉΓòÉ 10.1. Editors settings ΓòÉΓòÉΓòÉ
  467.  
  468.  
  469.      There are three arrows of options for the editor. All these options you 
  470.      can set on the Options pge of the Settings Notebook: 
  471.  
  472.        1. Backup - this option allows you to made a backup for the just opened 
  473.           file. The default is NO. If you selected this option, you can decide 
  474.           what extent will you use for the backup file. The default is .G~D. 
  475.  
  476.        2. Save options - you have three kinds of save options to choose: 
  477.  
  478.                Case free (default) - the text will be saved in this form, you 
  479.                have used, 
  480.                Uppercase - the text will be saved in upper case, 
  481.                Lowercase - the text will be saved in lower case. 
  482.  
  483.        3. Auto saving - you can set the auto saving interval between 1 and 60 
  484.           seconds. 
  485.  
  486.      Additional you can set following general options on this page: 
  487.  
  488.          Exit confirm - if this option is ON, you will be prompted for 
  489.           confirmation befor the editor will close. 
  490.          Use alternate templates file - this option switches between both 
  491.           standard templates files: greed.fnc and greedx.fnc. 
  492.  
  493.      You can select and change the active port for your print output. This is 
  494.      possible via the settingss notebook, page Options 
  495.  
  496.      You have 4 possibles ports to select from: 
  497.  
  498.        1. LPT1 (default), 
  499.        2. LPT2, 
  500.        3. LPT3 or. 
  501.        4. PRN. 
  502.  
  503.      Print functions 
  504.  
  505.  
  506. ΓòÉΓòÉΓòÉ 10.2. Change colours. ΓòÉΓòÉΓòÉ
  507.  
  508.  
  509.      Although you can change the color settings using the systems color 
  510.      palette, you can also use internal Greed possibilities too. 
  511.  
  512.      To change the current color, select the arrows of the spin buttons: 
  513.  
  514.          Foreground to change the color of the text, 
  515.          Background to change the color of the editor's window, 
  516.  
  517.      and select the required RGB values. 
  518.  
  519.      The changes can be immediately seen in the test field of this pages and in 
  520.      Greed's edit window. 
  521.  
  522.  
  523. ΓòÉΓòÉΓòÉ 10.3. Change font. ΓòÉΓòÉΓòÉ
  524.  
  525.      You can change the font settings using the systems font palette but you 
  526.      can also use internal Greed possibilities too. 
  527.  
  528.      Greed allows you to set only the monospaced fonts to edit. This make sense 
  529.      because Greed is really an editor to write the source code of programs. 
  530.  
  531.      To change a font select the desired font name and font size on the Font 
  532.      page of the options notebook. 
  533.  
  534.      The changes can immediately be seen in the pages test field and in Greed's 
  535.      edit window. 
  536.  
  537.  
  538. ΓòÉΓòÉΓòÉ 10.4. General settings ΓòÉΓòÉΓòÉ
  539.  
  540.      They are four arrows of the general options for the editor: 
  541.  
  542.        1. Border strings. It allows you to set any strings at the start and at 
  543.           the end of the selected text. These strings can be defined in the 
  544.           Settings notebook on the page General. and used from the menu option 
  545.           Edit - Set border strings. 
  546.  
  547.        2. Warning - a warning (a beep) for the definite record length (cursor 
  548.           position) between 1 and 256 characters. Position 0 for the warning 
  549.           switches off it. 
  550.  
  551.        3. Logo. It enables or disables showing of the Greed's logo at the call 
  552.           time. You can set the show time to the value between 0 (switched out) 
  553.           and 30 seconds. 
  554.  
  555.        4. Exit. If this option is true, you will be prompted to confirm exit 
  556.           from the editor. (Only if you use Push button Exit or same named menu 
  557.           option in the option File. 
  558.  
  559.  
  560. ΓòÉΓòÉΓòÉ 10.5. File attributes ΓòÉΓòÉΓòÉ
  561.  
  562.  
  563.      This notebook page allows you to show the following files information: 
  564.  
  565.        1. File size in Bytes 
  566.        2. EA size in Bytes 
  567.        3. Last access date - for HPFS only 
  568.        4. Last change date - for HPFS only 
  569.        5. Create date 
  570.        6. Standard Attributes (these Attributes can you change directly from 
  571.           this page): 
  572.               Archive, 
  573.               Hidden, 
  574.               Read only 
  575.               System 
  576.  
  577.  
  578. ΓòÉΓòÉΓòÉ 10.6. Printer options. ΓòÉΓòÉΓòÉ
  579.  
  580.  
  581.      You can select and change the active port for your print output. This is 
  582.      possible via the settingss notebook, page Options 
  583.  
  584.      You have 4 possibles ports to select from: 
  585.  
  586.        1. LPT1 (default), 
  587.        2. LPT2, 
  588.        3. LPT3 or. 
  589.        4. PRN. 
  590.  
  591.      Print functions 
  592.  
  593.  
  594. ΓòÉΓòÉΓòÉ 10.7. Save settings ΓòÉΓòÉΓòÉ
  595.  
  596.      The current settings are always saved after you end work with Greed. These 
  597.      settings are standard settings for the next call. 
  598.  
  599.      You can save your current settings from the Options notebook, using the 
  600.      Push Button OK, without the need to exit Greed. This is very useful to 
  601.      protect your settings from a crash. 
  602.  
  603.  
  604. ΓòÉΓòÉΓòÉ 11. Rexx option. ΓòÉΓòÉΓòÉ
  605.  
  606.      The menu option Rexx includes templates for the following subjects: 
  607.  
  608.          Constructs, 
  609.          API, 
  610.          Rexx built-in functions, 
  611.          RexxUtil, 
  612.  
  613.  
  614. ΓòÉΓòÉΓòÉ 11.1. Rexx API. ΓòÉΓòÉΓòÉ
  615.  
  616.      Rexx API is a Rexx interface to manage the external functions packages and 
  617.      data queues for OS/2. Following functions are at your disposal: 
  618.  
  619.        1. RxFuncAdd, 
  620.        2. RxFuncDrop, 
  621.        3. RxFuncQuery, 
  622.        4. RxQueue: 
  623.               Create, 
  624.               Delete, 
  625.               Get, 
  626.               Set. 
  627.  
  628.      Refer to Rexx Information for details. 
  629.  
  630.  
  631. ΓòÉΓòÉΓòÉ 11.2. Rexx built-in functions. ΓòÉΓòÉΓòÉ
  632.  
  633.      Rexx built-in functions are part of the Rexx language definition. They are 
  634.      subdivided in Greed as follows: 
  635.  
  636.        1. Boolean, 
  637.        2. Data conversion, 
  638.        3. Date and time, 
  639.        4. Environment, 
  640.        5. File system, 
  641.        6. Numeric, 
  642.        7. String, 
  643.        8. Word, 
  644.        9. Miscellaneous. 
  645.  
  646.  
  647. ΓòÉΓòÉΓòÉ 11.3. Rexx Utilities. ΓòÉΓòÉΓòÉ
  648.  
  649.      The most interesting property of the Rexx Language is the ability to work 
  650.      with external functions packages. The standard function package for Rexx 
  651.      is RexxUtil. The following are function groups for RexxUtil in Greed's 
  652.      menu: 
  653.  
  654.        1. SysLoadFuncs, 
  655.        2. Console related functions, 
  656.        3. File system related functions, 
  657.        4. Functions to control the objects, 
  658.        5. Functions to read and write the INI files and object's EA's, 
  659.        6. System related functions, 
  660.        7. SysDropFuncs. 
  661.  
  662.  
  663. ΓòÉΓòÉΓòÉ 11.4. VRexx functions. ΓòÉΓòÉΓòÉ
  664.  
  665.  
  666.      The function templates for VRexx and mciRexx are only within reach of the 
  667.      Templates Controller. They are to find in the standard templates file 
  668.      (greed.fnc and greedx.fnc). 
  669.  
  670.      Refer to the VRexx and mciRexx documentation for more information. 
  671.  
  672.  
  673. ΓòÉΓòÉΓòÉ 11.5. mciRexx functions. ΓòÉΓòÉΓòÉ
  674.  
  675.  
  676.      The function templates for VRexx and mciRexx are only within reach of the 
  677.      Templates Controller. They are to find in the standard templates file 
  678.      (greed.fnc and greedx.fnc). 
  679.  
  680.      Refer to the VRexx and mciRexx documentation for more information. 
  681.  
  682.  
  683. ΓòÉΓòÉΓòÉ 12. Rexx books. ΓòÉΓòÉΓòÉ
  684.  
  685.      In the menu option Help you can see the follwing INF files directly: 
  686.  
  687.          Rexx, 
  688.          Vrexx, 
  689.          mciRexx, 
  690.          ORexx. 
  691.          OS/2 References. 
  692.  
  693.      Note:  Only if the INF files can be found in the HELP path of the file 
  694.      CONFIG.SYS, are these menu options enabled. 
  695.  
  696.  
  697. ΓòÉΓòÉΓòÉ 13. Credits to ... ΓòÉΓòÉΓòÉ
  698.  
  699.       Especially great thanks to Heribert Josef Gruenbauer 
  700.      (76155.3335@compuserve.com), for many new ideas, improvement suggestions 
  701.      (some of these you can see already in this release) and encouragement to 
  702.      further developement of Greed. Moreover, he is the author of the new Greed 
  703.      Icons, all Bitmaps and the main co-author of this information file. 
  704.      David L. White for his help in testing this product. He had new ideas and 
  705.      did some improvement suggestions and the correction of many texts. 
  706.      Moreover, he is the author of the HTML Code templates. That is a part of 
  707.      this packaging (html.fnc). 
  708.      Peter MacCarthy-Morrogh for correction of this help and info files and for 
  709.      his help in testing this product. 
  710.      Uwe Aust for his help in testing this product. 
  711.      To all the following GREED users thanks for draw my attention to some bugs 
  712.      and problems, for some im provement suggestions and requests and for 
  713.      praising of my job. I hope, with this version, to fulfil the most of these 
  714.      requests. 
  715.  
  716.           - Tobias Herp         100073.3563@compuserve.com
  717.           - Peter Adeberg        101456.3332@compuserve.com
  718.           - Gerald Goertzel       70740.503@compuserve.com
  719.           - Gottfried Enderer      Gottfried.Enderer@lessons.sesom.de
  720.  
  721.  
  722. ΓòÉΓòÉΓòÉ 14. Author ΓòÉΓòÉΓòÉ
  723.  
  724.                     Janosch R. Kowalczyk
  725.                     Oberwaldstrasse 42
  726.                     D-63538 Grosskrotzenburg
  727.                     GERMANY
  728.  
  729.                     Telephone:  0049 6186 201676
  730.                     CompuServe:  Janosch            Please send your improvement suggestions
  731.                     Internet:   Janosch@compuserve.com    and your bug reports via email.
  732.  
  733.      I have a favour to ask of all, which read this document. My knowledge of 
  734.      the english language is just not very high. If you find so something merry 
  735.      or unintelligibly, send me the correction or call my attention to the 
  736.      unclear spot, please. By this means can this document appear with less 
  737.      mistakes in the next issues.