home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / mtchprps.zip / mtchprps.txt next >
Text File  |  1995-10-05  |  1KB  |  25 lines

  1.  
  2.              Match Properties External Macro for VX-Rexx 2.1c
  3.                         Written by Adam Van de Berghe
  4.                email address: aabacus@li.net
  5.  
  6.  This is a simple macro that will let you match several properties of multiple
  7. objects at one time.  This is similar to the "Match Sizes..." macro that came
  8. with VX-Rexx, except you can match more properties at the same time.
  9.  
  10.  To install, copy mtchprps.vrm and mtchprps.vrw into your VXREXX\MACROS
  11. directory and add the following line to your profile.vrm file:
  12.         Call VREMacroAdd "Match Properties...", "MtchPrps.VRM"
  13.  
  14.  Thats it!  Next time you start VX-Rexx, you'll have a new feature!  If you
  15. have any questions or comments, you can e-mail me at:  aabacus@li.net
  16.  
  17.  You my recieve an error if you try to match an objects property that doesn't
  18. exist.  For instance, if you were to match a MLE with a Button and tried setting
  19. the MLE's caption to be the same as the buttons, then you would get an error
  20. because an MLE doesn't have a caption property.
  21.  
  22.  This program is provided "as is" with no warrenty or license aggreement
  23. expressed or implied.  If you wish to use this program, you are at fault for
  24. any damages that may occurr.  Don't blame me! Hey, it's freeware!  Use this at
  25. your own risk!